Guest Posted July 4, 2003 Posted July 4, 2003 If there is a mistake made when inputting account information (eg: birthdate in wrong format; email already in use), you are sent back to the screen to correct it. After correcting it and hitting "continue" I receive this error: Warning: Cannot modify header information - headers already sent by (output started at /home/tanya/public_html/store/includes/languages/english/create_account_process.php:35) in /home/tanya/public_html/store/includes/functions/general.php on line 23 Here is what lines 21-25 in general.php read: // Redirect to another page or site function tep_redirect($url) { header('Location: ' . $url); tep_exit(); } I'm not sure what snapshot I am running (installed through Cpanel :roll: ) but I do have Credit Class and GV 5.03 installed, if that makes a difference. TIA!
Guest Posted July 4, 2003 Posted July 4, 2003 That error usually means , you edited the file , not in a text editor, and have white spots check for invisable spaces in the code
Guest Posted July 4, 2003 Posted July 4, 2003 Hmm... i'll check it out, thanks! Only.... I haven't edited this file LOL! Doen't mean they might not be there tho :)
Guest Posted July 4, 2003 Posted July 4, 2003 What about the other file ? Check wilki for infomation on the code /header already sent
Guest Posted July 4, 2003 Posted July 4, 2003 Thank you! I always forget about the wiki ;) It's fixed now :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.