@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');
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
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
From your simple-subscribe plugin directory, delete readygraph-extension file.