Undefined index nb_visits
-
Hi.
I’ve 3 notices when I’m on my website dashboard (I think it’s because I have no recorded stats) :
Notice: Undefined index: nb_visits in /Sites/estienne/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php on line 35 Notice: Undefined index: nb_visits in /Sites/estienne/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php on line 36 Notice: Undefined index: nb_visits in /Sites/estienne/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php on line 37I just change L.27 of this Overview.php file from
$result = array();
to
$result = array( 'nb_visits' => 0 );Thank you for your plugin.
Have a nice day.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Undefined index nb_visits’ is closed to new replies.