airuma Posted June 18, 2004 Share Posted June 18, 2004 I keep getting these errors on all my admin pages: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/airuma/public_html/admin/includes/functions/general.php:1309) in /home/airuma/public_html/admin/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/airuma/public_html/admin/includes/functions/general.php:1309) in /home/airuma/public_html/admin/includes/functions/sessions.php on line 67 I tried the wiki fix for the "cannot send header" by taking any spaces of the english.php file, but didn't do me any good. Any ideas? Thanks. Link to comment Share on other sites More sharing options...
vasttech Posted June 18, 2004 Share Posted June 18, 2004 You have to make sure that there are no spaces or blank lines before <?php at the beginning of the file and after the ?> at the end of a file. Look at the end of your general.php file. Most likely you have a space or blank line following the ?> osCommerce Knowledge Base osCommerce Documentation Contributions Link to comment Share on other sites More sharing options...
airuma Posted June 18, 2004 Author Share Posted June 18, 2004 Great, it worked. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.