nonich
Forum Replies Created
-
You say there’s nothing to do with GA Google Analytics but the notices focuses on ga-google-analytics.php as you can see below :
Notice: Undefined index: gap_custom in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 64 Notice: Undefined index: link_attr in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 65 Notice: Undefined index: tracker_object in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 66
An I have deleted it !
I have deleted the folder plugin GA Google Analytics from my ftp area and the notices still appear, it’s very strabge…
I’ ve tried in wp-config :
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);I’ve tried that solution too :
Creating a php file in mu-plugins folder of WordPress, like :
<?php
error_reporting(E_ALL & ~( E_NOTICE | E_USER_NOTICE | E_STRICT |
E_DEPRECATED | E_USER_DEPRECATED | E_WARNING | E_CORE_WARNING |
E_USER_WARNING | E_COMPILE_WARNING | E_PARSE ));https://wycks.wordpress.com/2013/12/05/how-to-remove-error-notices-using-wordpresss-wp_debug/
But none of above solve tne notices, they still appear.
Ok but these notices appear too in the public version of my website.
Here what you can see on homepage :
Notice: Undefined index: gap_custom in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 64
Notice: Undefined index: link_attr in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 65
Notice: Undefined index: tracker_object in /home/parental/www/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 66
—————-
parentalite34.frI’ve tried it but it doesn’t solve the problem…
Hello,
I have the same problem as Joel but the notices remain on mu homepage.
Jeff you said “That happens because the settings are new to this version. Simply click save changes one time and they will stop. “
You mean going into ga analytics plugin settings and click on save settings ?
Thanks for your help.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Error when generating pdfI’ve already put memory to 128mb, I’ll try more to 256mb. If it still doesn’t work I’ll see with my host wich is ovh.com
Thank you for your help !