Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error at checkout :(


pbicho

Recommended Posts

Hi all!

Shouldn´t be a big deal but such I´m really noob on this, could someone give me a hand with this problem?

When I´m checking out, I choose the shipping option and when I press continue this error appears:

 

 

Warning: Cannot modify header information - headers already sent by (output started at /home/diveshop/public_html/includes/modules/shipping/zones.php:1) in /home/diveshop/public_html/includes/functions/general.php on line 34

 

 

...And (off course) I just can´t figure out why, once I´m not using the zones shipping module...

 

Thank you!

Paulo

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /includes/modules/shipping/zones.php (line 1)

 

You have whitespace(s) at the top of the file.

 

The very first of the file must be the beginning PHP tag:

 

<?php

No blank lines or other spaces, tabs, or anything is allowed before it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Headers Already Sent

 

Click the link above for an explanation.

 

The problem is in /includes/modules/shipping/zones.php (line 1)

 

You have whitespace(s) at the top of the file.

 

The very first of the file must be the beginning PHP tag:

 

<?php

No blank lines or other spaces, tabs, or anything is allowed before it.

 

Hi! You won´t believe how long I´ve been trying to fix that! ... and was so f. simple! :blink:

Living and learning...

Thanks a lot germ. ;)

Paulo

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...