

Originally Posted by
bigjoed
When trying to add a new event I get the following error:
Fatal error: Cannot use string offset as an array in mywebsite.com/admin/includes/classes/table_block.php on line 77
Can anybody tell me what am I doing wrong?
Thanks
ok, open admin/includes/boxes/event_drop_dns.php and look near the very bottom line of code. it will be in 2 places that has to change.
PHP Code:
echo $box->menuBox($heading,'');
change to this:
PHP Code:
echo $box->menuBox($heading, $info_box_contents);
should be around line 88. but i use hostmonster and the editor does not have numbers. found this through an osCommerce site