When I want to add a product to my WooCommerce store the chrome plugin hangs on uploading the images. The product is added, but the extra images are not. It just has one main image, which is kinda annoying
When I checked the fatal error logs I noticed this error (i've removed some sensitive data from the paths):
I think this might be related to the images uploading problem.
When I checked the fatal error logs I noticed this error (i've removed some sensitive data from the paths):
Code:
2018-01-13T13:32:16+00:00 CRITICAL Uncaught Error: [] operator not supported for strings in /home/*****/domains/*****/public_html/wp-content/plugins/alidswoo/includes/adsw/update/uploadExternalImages.php:0
Stack trace:
#0 /home/*****/domains/*****/public_html/wp-content/plugins/alidswoo/includes/adsw/update/AbsProduct.php(0): adsw\update\uploadExternalImages->actions_upload_images_list(Array)
#1 /home/*****/domains/*****/public_html/wp-content/plugins/alidswoo/admin/handlers.php(0): adsw\update\AbsProduct->actions(Array)
#2 /home/*****/domains/*****/public_html/wp-includes/class-wp-hook.php(286): adsw_uploadExternalImages('')
#3 /home/*****/domains/*****/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)
#4 /home/*****/domains/*****/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#5 /home/*****/domains/*****/public_html/wp-admin/admin-ajax.php(97): do_actio
I think this might be related to the images uploading problem.