Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

  • 3 weeks later...
Posted
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

  • 4 years later...
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...