Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Message in Admin


Guest

Recommended Posts

Warning: Variable passed to each() is not an array or object in /home/snsdealz/public_html/admin/modules.php on line 14

 

Warning: Cannot modify header information - headers already sent by (output started at /home/snsdealz/public_html/admin/modules.php:14) in /home/snsdealz/public_html/admin/includes/functions/general.php on line 22

 

Any idea what can fix this?

Link to comment
Share on other sites

If, in admin/modules.php on line 14, this is what you have:

 

require('includes/application_top.php');

 

try changing that to this:

 

require_once('includes/application_top.php');

 

jon

It's all just ones and zeros....

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...