Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
when accessing "page views by page" get the following error
Fatal error: Cannot use string offset as an array in /home/gmcbber0/public_html/benningtonmuseum/inc-cs-admin-stats_pages.php on line 367
when accessing "referring pages" get this error
Fatal error: Cannot use string offset as an array in /home/gmcbber0/public_html/benningtonmuseum/inc-cs-admin-stats_referrals.php on line 79
Regards, Chris
DCSun Administrator
Posts: 625
December 19, 2006 @ 11:00am
Hi Chris,
You seem to be finding us all sorts of interesting errors we've never seen before! Have you updated PHP versions lately?
The line three above both of those error lines is "$TopPagesArray = '';". Try changing it to "unset($TopPagesArray);", and see if that does anything for you.
David
FlexCMS v3.2 Has Been Released!
cberks
Posts: 63
that works thanks
December 19, 2006 @ 8:08pm
that change works -- for note 2 occurrences in the inc-cs-admin-stats_referrals.php and 3 occurences in inc-cs-admin-stats.php