blueline Posted December 17, 2002 Posted December 17, 2002 Hey. I know that normally when you get the following error, it is due to white spaces, hard breaks, and such in the file. I have looked, and looked, but there arene't any in the file. I hate to ask this question again, as I know it's been asked a lot on the forums, but I can't figure it out. This only occurs when in the last stage of the checkout_process.php Warning: Server Error in C:Inetpubwwwrootcatalogincludesclassesemail.php on line 495 Warning: Cannot add header information - headers already sent by (output started at C:Inetpubwwwrootcatalogincludesclassesemail.php:495) in C:Inetpubwwwrootcatalogincludesfunctionsgeneral.php on line 23 Any ideas anybody? -Chris Chris Sullivan
Guest Posted December 17, 2002 Posted December 17, 2002 Yep... It means your Windows server cannot connect to the SMTP server setup in php.ini to send emails.
blueline Posted December 17, 2002 Author Posted December 17, 2002 Ok. So any idea on how I fix that? -Chris Chris Sullivan
mattice Posted December 17, 2002 Posted December 17, 2002 Yep... It means your Windows server cannot connect to the SMTP server setup in php.ini to send emails. "Politics is the art of preventing people from taking part in affairs which properly concern them"
blueline Posted December 17, 2002 Author Posted December 17, 2002 Mattice, somebody, anybody... I am stuck. This is what my php.ini file says with relations to SMTP. [mail function]; For Win32 only. SMTP = mail.atl.bellsouth.net; for Win32 only ; For Win32 only. sendmail_from = [email protected] ; for Win32 only Can anyone tell me how to fix this so that my cart actually works? Thanks, Chris Chris Sullivan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.