Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sign Up Error


cmckay

Recommended Posts

When customers try to sign up to my site they get the following errors:

 

Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in C:\Domains\1st-for-furniture.co.uk\wwwroot\catalog\includes\classes\email.php on line 502

 

 

LINE: return mail($to, $subject, $this->output, 'From: '.$from.$this->lf.implode($this->lf, $this->headers).$this->lf.implode($this->lf, $xtra_headers));

 

 

 

Warning: Cannot modify header information - headers already sent by (output started at C:\Domains\1st-for-furniture.co.uk\wwwroot\catalog\includes\classes\email.php:502) in C:\Domains\1st-for-furniture.co.uk\wwwroot\catalog\includes\functions\general.php on line 29

 

 

LINE: header('Location: ' . $url);

 

Any ideas??

Link to comment
Share on other sites

When customers try to sign up to my site they get the following errors:

 

My response would be why on earth didn't you test it first? Expecting customers to be your "beta" testers is ridiculous.

 

Your first problem is due to incorrect mail configuration and your second is due to whitespace in your email.php file.

Link to comment
Share on other sites

The 'headers already sent' error (in this case) is only appearing because of the first error.

 

Check your e-mail settings in osC admin control panel, and make sure that you have things set up correctly. For instance you may have 'sendmail' and not 'smtp'.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...