Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when creating account


Guest

Recommended Posts

Posted

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!

Posted

That error usually means , you edited the file , not in a text editor, and have white spots

check for invisable spaces in the code

Posted

Hmm... i'll check it out, thanks! Only.... I haven't edited this file LOL! Doen't mean they might not be there tho :)

Posted

What about the other file ?

Check wilki for infomation on the code /header already sent

Posted

Thank you! I always forget about the wiki ;) It's fixed now :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...