Guest Posted March 27, 2008 Share Posted March 27, 2008 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 More sharing options...
jonquil Posted March 28, 2008 Share Posted March 28, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.