Hello,
I just updated PRO and get an error code as follows:
![]()
Will this be fixed soon?
I will have to disable the plugin until it’s fixed.
Hello,
I just updated PRO and get an error code as follows:
![]()
Will this be fixed soon?
I will have to disable the plugin until it’s fixed.
Hi,
Please make sure you have added your Google Analytics ID
If the notice messages still appear, please go to edit the wp-config.php file locates in your root directory then find this code:
define('WP_DEBUG', true);
And change to this:
define('WP_DEBUG', false);
Let us know how it goes!
Then i get this message:

Hey @erik_ragnar,
Try replacing, define('WP_DEBUG', false);
with
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.