ReelDawg Posted January 15, 2007 Share Posted January 15, 2007 Just when I though I had everything working fine.... Under the category listings, when you click the "Buy" button a couple of error messages appear: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/f/j/l/fjlevy/html/index.php:13) in /home/content/f/j/l/fjlevy/html/includes/functions/sessions.php on line 145 Warning: Cannot modify header information - headers already sent by (output started at /home/content/f/j/l/fjlevy/html/index.php:13) in /home/content/f/j/l/fjlevy/html/includes/functions/general.php on line 29 Register globals is ON and Safe Mode is OFF... Can't seem to figure out whats causing this so any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
crash3903 Posted January 15, 2007 Share Posted January 15, 2007 Just when I though I had everything working fine.... Under the category listings, when you click the "Buy" button a couple of error messages appear: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/f/j/l/fjlevy/html/index.php:13) in /home/content/f/j/l/fjlevy/html/includes/functions/sessions.php on line 145 Warning: Cannot modify header information - headers already sent by (output started at /home/content/f/j/l/fjlevy/html/index.php:13) in /home/content/f/j/l/fjlevy/html/includes/functions/general.php on line 29 Register globals is ON and Safe Mode is OFF... Can't seem to figure out whats causing this so any help would be greatly appreciated. check in your root index.php and make sure there are no spaces or characters before the opening <?PHP - In other words make sure your <?PHP is the first line Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.