Hello @aardwark69,
Can you confirm that you have a PHP version older than 5.4?
If so, are you able to perform a small change in a php file?
yes it’s 5.3.29, what kind of change should i make?
In the ‘home/p24/ftp/maledomki/1/wp-content/plugins/wp-product-feed-manager/includes/data/class-db-management.php’ file, on line 141, change
$table_queries = [];
in
$table_queries = array();
I already changed it in my work version so in the next update will be fixed as well.
It seems as if my answer was not recognized by WordPress.org, so here a new try to reply on your question:
In the ‘home/p24/ftp/maledomki/1/wp-content/plugins/wp-product-feed-manager/includes/data/class-db-management.php’ file, on line 141, change
$table_queries = [];
in
$table_queries = array();
I already changed it in my work version so in the next update will be fixed as well.
@aardwark69,
Did the changes solve the issue?
In the next update it should be solved anyway.
@aardwark69,
If you don’t mind I will close this ticket. If you still have issues with it, just reopen it again. An update is expected coming week.