I don't know if that is really a bug or a problem of my host server (linux server, Apache version 2.0.64, PHP version 5.2.9)...

When i go to the visitors stats (eg visitors/monthly_history) the following notice appears without displaying the graph :

Notice: Undefined index: value in visitors_get_mysql_current_timezone() (line 242 sites/all/modules/visitors/visitors.module)

I changed the line 242 :
return $data['value'];

to :
return $data['Value'];

and the problem solved.

Comments

barresoft’s picture

THANK YOU chrbak !!!

I changed the line 242 :
return $data['value'];

to :
return $data['Value'];

and the problem solved!!!

gashev’s picture

Status: Active » Fixed

Thank you.

Fixed to 7.x-1.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 761c146 on 7.x-1.x, 8.x-1.x, 7.x-1.x-browscap, 7.x-2.x, 7.x-2.x-browscap-separate-table by gashev:
    Fixed bug report #1632902: Notice: Undefined index: value in...

  • Commit 761c146 on 7.x-1.x, 8.x-1.x, 7.x-1.x-browscap, 7.x-2.x, 7.x-2.x-browscap-separate-table, 8.x-2.x by gashev:
    Fixed bug report #1632902: Notice: Undefined index: value in...