Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m also investigating the problem after update.
    [Wed Mar 02 10:50:43 2016] [warn] [client 162.158.54.242] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected ‘{‘, expecting T_STRING or T_VARIABLE or ‘$’ in /…/…/…/jakesharp.co/…/wp-content/plugins/leads/classes/class.batch-processing.php on line 80, referer: https://jakesharp.co/magento/magento-emails-not-sent/

    It’s preventing me to access the admin area.

    Looks like we got it solved, at least for the 500 error for the admin.

    Don’t know if anything else is broken though.

    In your wp-content/plugins/leads/classes/class.batch-processing.php

    Go to line 80 and change this:

    self::{$args['method']}($args);

    into this:

    self::${$args['method']}($args);

    Clear any caching if enabled.

    Thread Starter ahoubavlis

    (@ahoubavlis)

    Still getting the Parse error: syntax error, unexpected T_CLASS in /home/content/41/11019041/html/wp-content/plugins/leads/classes/class.dashboard.php on line 1

    ahoubavlis did you try updating to the latest version?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Leads plugin activate FATAL ERROR’ is closed to new replies.