Shahrukh Posted April 17, 2004 Posted April 17, 2004 I have a big problem with my login. When someone goes to create a new account and clicks on continue, it gives them the following error: I have changed the email user id below where it says "Unable to relay....." for privacy purposes Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for [email protected] in F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\classes\email.php on line 500 Warning: Cannot modify header information - headers already sent by (output started at F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\classes\email.php:500) in F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\functions\general.php on line 29 This is also the case when they click on password forgotten, enter their email and click on continue.they get the same message? I have checked the 2 files in question above "email.php" and general.php but cannot see anything, please help if you can.
OceanRanch Posted April 17, 2004 Posted April 17, 2004 This may help. Try the following on both files... http://wiki.oscommerce.com/WarnHeader Tom
Shahrukh Posted April 19, 2004 Author Posted April 19, 2004 Hello and thank you for this guide from the WIKI documentation, Cannot Add Header Information ERROR: " Warning: Cannot add header information - headers already sent by (output started at /home/username/public_html/osc/includes/languages/english.php:325) in /home/username/public_html/osc/includes/functions/general.php on line 23" FIX: The problem is at the end or beginning of your php file there are not allowed to be any blank spaces or lines. This usually occurs in your english.php file in the languages file. Go to the end and see if there is any blank characters after the ?> however, I still seem to be getting the same error and I checked there are no blanks after ?> My problem is that when a user clicks on password forgotten and enters the email then hits continue the following error is given: Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for [email protected] in F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\classes\email.php on line 500 Warning: Cannot modify header information - headers already sent by (output started at F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\classes\email.php:500) in F:\hshome\bollywoo\bollywooddvdsource.com\catalog\includes\functions\general.php on line 29 I have checked my email.php file and general.php and cannot see what to do at the lines specified. Your help would be much appreciated Thank you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.