Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Message on Checkout


yrlady

Recommended Posts

Posted

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..

Posted

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

Posted

Thanks alot guy! Error was in

 

includes/functions/password_funcs.php

 

.....space at the beginning of the file.

 

Happy Holidays!

Archived

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

×
×
  • Create New...