• Resolved aardwark69

    (@aardwark69)


    After installing the plug-in, when i try to activate it i get following error:

    Parse error: syntax error, unexpected ‘[‘ in /home/p24/ftp/maledomki/1/wp-content/plugins/wp-product-feed-manager/includes/data/class-db-management.php on line 141

    any ideas?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    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?

    Thread Starter aardwark69

    (@aardwark69)

    yes it’s 5.3.29, what kind of change should i make?

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    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.

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    It seems as if my answer was not recognized by www.ads-software.com, 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.

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    @aardwark69,

    Did the changes solve the issue?

    In the next update it should be solved anyway.

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    @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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Activation Problem’ is closed to new replies.