Guest Posted June 11, 2004 Share Posted June 11, 2004 I just started using the OSCommerce and trying to figure out how to use all this .php stuff... I went to the Community page and downloaded this: Quick osCommerce administration authentication f This is a very quick way of securing your osCommerce administration section. Add as many authorized users as you wish. Only tested with osCommerce 2.2MS2. http://www.oscommerce.com/community/contri...ons,1544/page,4 now I am getting all kind of errors: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/local/www/data-dist/c-terra.com/admin/includes/application_top.php:17) in /usr/local/www/data-dist/c-terra.com/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/local/www/data-dist/c-terra.com/admin/includes/application_top.php:17) in /usr/local/www/data-dist/c-terra.com/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data-dist/c-terra.com/admin/includes/application_top.php:17) in /usr/local/www/data-dist/c-terra.com/admin/includes/functions/general.php on line 18 If someone could generally explain how do I fix those, I will be very thankful! I don't need a complete guidance, but just a direction where to go... Link to comment Share on other sites More sharing options...
bluepony Posted June 11, 2004 Share Posted June 11, 2004 Make sure there are no extra lines or spaces at the top of the file (before the <?php) or at the end of the file (after the ?>) in catalog/includes/configure.php http://www.oscommerce.info/kb/osCommerce/Common_Problems/15 I'd rather be flying! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.