• Resolved joel_birch

    (@joel_birch)


    Hello,

    With the WP_DEBUG constant set to true PHP 5.4.26 outputs the following notices about this plugin (v20140923). I think these should be easy to fix and not having those notices would make development much nicer.

    Notice: Undefined index: gap_custom in /Path/to/mysite/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 64
    
    Notice: Undefined index: link_attr in /Path/to/mysite/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 65
    
    Notice: Undefined index: tracker_object in /Path/to/mysite/wp-content/plugins/ga-google-analytics/ga-google-analytics.php on line 66

    Cheers.

    https://www.ads-software.com/plugins/ga-google-analytics/

Viewing 2 replies - 16 through 17 (of 17 total)
  • 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 !

    Plugin Author Jeff Starr

    (@specialk)

    Maybe you just deleted your local copy..? I don’t know what’s happening, but can tell you that, if the plugin is still generating notices, it has not been deleted from the server.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘PHP Notices triggered by plugin’ is closed to new replies.