NYXX Posted May 15, 2007 Posted May 15, 2007 I keep getting these warning when a person tries to create an account. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/septagon/public_html/store/includes/filenames.php:68) in /home/septagon/public_html/store/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/septagon/public_html/store/includes/filenames.php:68) in /home/septagon/public_html/store/includes/functions/general.php on line 29
usernamenone Posted May 16, 2007 Posted May 16, 2007 what mods have you added to your site. 1 - there isn't a line 68 in filenames.php Added a file name? 2 - this is your functions sessions function tep_session_start() { global $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS; What is your cookie settings? 3 - functions/general.php on line 29 is $url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL What are your ssl settings? Do you have a ssl or not?
dp1726 Posted May 16, 2007 Posted May 16, 2007 This might help http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 DP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.