yrlady Posted December 19, 2003 Posted December 19, 2003 I hope some one can help me fix this... My customers cant check out. I have not done anything to the database in a few months and the last test checkout I did went through ok... Now I'm having problems. Here is the error message that is being generated when someone adds items to their cart and then clicks on "checkout" Warning: Cannot modify header information - headers already sent by (output started at /home/ikeba/public_html/shopping/includes/functions/password_funcs.php:1) in /home/ikeba/public_html/shopping/includes/functions/general.php on line 23 Please some one... anyone... take a look at http://ikebagifts.com/shopping and see what you can tell me... Thanks a bundle..
Guest Posted December 19, 2003 Posted December 19, 2003 Hi, This is from the wiki docs but check your pages for this: 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 ?> Check your files for this: includes/functions/password_funcs.php includes/functions/general.php
Guest Posted December 19, 2003 Posted December 19, 2003 wiki.oscommerce.com/warnHeader may help. If that's it, apparently the problem is occurring at the beginning of the file rather than the end. Hth, Matt
yrlady Posted December 19, 2003 Author Posted December 19, 2003 Thank you all, I'll go check it out now and post back the results...
yrlady Posted December 19, 2003 Author Posted December 19, 2003 Thanks alot guy! Error was in includes/functions/password_funcs.php .....space at the beginning of the file. Happy Holidays!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.