• Unable to start 20.8.2. I get:

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare add_readygraph_plugin_warning() (previously declared in /var/www/vhosts/essexham.co.uk/httpdocs/wp-content/plugins/subscribe2/extension/readygraph/extension.php:6) in /var/www/vhosts/essexham.co.uk/httpdocs/wp-content/plugins/email-newsletter/extension/readygraph/extension.php on line 54

    https://www.essexham.co.uk

    I’ve tried a reinstall. Any ideas?

    Many thanks,

    Pete

    https://www.ads-software.com/plugins/email-newsletter/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author tanaylakhani

    (@tanaylakhani)

    @frequencycast:

    Thank you for pointing out: it will be fixed with next update.

    For now, you can change:
    email-newsletter/extension/readygraph/extension.php: line 54
    from
    function add_readygraph_plugin_warning() {
    to
    function add_ee_readygraph_plugin_warning() {

    and email-newsletter/readygraph-extension.php: line 120
    from
    add_action('admin_notices', 'add_readygraph_plugin_warning');

    to

    add_action('admin_notices', 'add_ee_readygraph_plugin_warning');

    Thread Starter frequencycast

    (@frequencycast)

    OK. Changes made as suggested – Still getting a fatal error, this time on a different line:

    Fatal error: Cannot redeclare readygraph_client_script_head() (previously declared in /var/www/vhosts/essexham.co.uk/httpdocs/wp-content/plugins/subscribe2/extension/readygraph/extension.php:111) in /var/www/vhosts/essexham.co.uk/httpdocs/wp-content/plugins/email-newsletter/extension/readygraph/extension.php on line 155

    Thanks,

    Pete

    Thread Starter frequencycast

    (@frequencycast)

    Any update on this bug yet? Thanks, Pete

    I am trying to setup the Email Newsletter plugin into my website.

    I am getting following fatal error message, any ideas?

    Fatal error: Cannot redeclare readygraph_client_script_head() (previously declared in /home/mmmat/public_html/wp-content/plugins/simple-subscribe/extension/readygraph/extension.php:109) in /home/mmmat/public_html/wp-content/plugins/email-newsletter/extension/readygraph/extension.php on line 155

    Cheers

    Mark

    Plugin Author tanaylakhani

    (@tanaylakhani)

    From your simple-subscribe plugin directory, delete readygraph-extension file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error – Can't Start’ is closed to new replies.