ust-tuning Posted October 23, 2006 Posted October 23, 2006 I get the following error in my admin section when I want to enter a new event: Fatal error: Cannot use string offset as an array in /home/vhosts/5000138084/ultimate-store.net/htdocs/shop/admin/includes/classes/table_block.php on line 67 plz hlp me solving this problem regards chris Quote Contribs I postet something in *g*
creepo Posted November 7, 2006 Posted November 7, 2006 I get the following error in my admin section when I want to enter a new event: Fatal error: Cannot use string offset as an array in /home/vhosts/5000138084/ultimate-store.net/htdocs/shop/admin/includes/classes/table_block.php on line 67 plz hlp me solving this problem regards chris same problem here - seems to be a php5 issue. Help? Line 67: $tableBox_string .= '>' . $contents[$i]['text'] . '</td>' . "\n"; Thanks! J Quote
ust-tuning Posted November 10, 2006 Author Posted November 10, 2006 Please help me... thank u Quote Contribs I postet something in *g*
techgoddess Posted August 2, 2011 Posted August 2, 2011 I know this is a very old post but if I was looking for the answer then maybe someone else will need the resolution too. I found it on the Zencart.com forum. A poster named "Fusionsp" posted the following fix which worked for me. "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. echo $box->menuBox($heading,''); change to this: echo $box->menuBox($heading, $info_box_contents); " The original post can be found at: Zen Cart Forum Athena Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.