slugg0 Posted August 27, 2011 Posted August 27, 2011 OSC Newbie here, has of course got a LOT of questions.. Let's start with the most urgent one: After signing up/creating an account you click 'next' and get Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/login.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/login.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/login.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/general.php on line 45 The account still creates, but you can't log in. The same message occurs when you click log in... What to do? //Sluggo, http://testshop.eciggbutiken.se
germ Posted August 27, 2011 Posted August 27, 2011 Click the "Headers already sent..." link in my signature. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
slugg0 Posted August 27, 2011 Author Posted August 27, 2011 Thanks alot, germ! -Seems to have solved my issue.
slugg0 Posted August 28, 2011 Author Posted August 28, 2011 Hi again! Now I have the same problem again, after signing up: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/create_account.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/sessions.php on line 102 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/create_account.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/languages/swedish/create_account.php:1) in /storage/content/11/136111/testshop.eciggbutiken.se/public_html/includes/functions/general.php on line 45 Only this time, I can't seem to find anything wrong with the "blanks": O/S = Linux. includes/functions/sessions.php has 193 lines. The PHP start tag is on line 1. The PHP end tag is on line 193. Contents from start of file to the PHP start tag: <?php[0A] ------------------------- Contents from PHP end tag to end of file: ?>[0A] ------------------------- Extended contents of the requested line [102] are: [20][20][20][20]return[20]session_start();[0A] ------------------------- Raw contents of the requested line [102] are: return session_start(); Continue
germ Posted August 28, 2011 Posted August 28, 2011 Read the directions that came with the contribution. You're barking up the wrong tree... :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.