Forums / General Questions / Warning: Cannot modify header information - headers already sent by

Warning: Cannot modify header information - headers already sent by

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
28 Jul 2006, 19:45
#1
maci avatar

maci

New Zenner

Join Date:
Jul 2006
Posts:
18
Plugin Contributions:
0

Warning: Cannot modify header information - headers already sent by

Hi, when I try to checkout going to the 2 step it shows me a warning message

"Warning: Cannot modify header information - headers already sent by
(output started at /home/macisivi/public_html/includes/languages/english/modules/shipping/zones.php:59)
in /home/macisivi/public_html/includes/functions/functions_general.php on line 41"
This only happened in english language. So when I switch to spanish it goes fine.
Leo:wacko:
28 Jul 2006, 20:03
#2
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Warning: Cannot modify header information - headers already sent by

From your includes/languages/english/<your_language>/modules/shipping/zones.php file, make sure you have no extra spaces -

for ex:

[php]
define('MODULE_SHIPPING_ZONES_UNDEFINED_RATE', 'The shipping rate cannot be determined at this time');

?>
[/php]

it should rather be like this:

[php]
define('MODULE_SHIPPING_ZONES_UNDEFINED_RATE', 'The shipping rate cannot be determined at this time');
?>
[/php]

:wink2:
28 Jul 2006, 20:09
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

Re: Warning: Cannot modify header information - headers already sent by

The actual concern here is the space(s) or blank lines that appear before the starting <?php or after the final ?> at the end of the file ... NOT the blank lines prior to that last ?> at the end of the file ...
28 Jul 2006, 20:09
#4
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Warning: Cannot modify header information - headers already sent by

Woops. Correct. :cry:
28 Jul 2006, 20:31
#5
maci avatar

maci

New Zenner

Join Date:
Jul 2006
Posts:
18
Plugin Contributions:
0

Re: Warning: Cannot modify header information - headers already sent by

Thank you very much. it works.
Another question. Where do I change the font when a custumer needs to fill out to register. Because those font are too small any very dificult to read.
URL http://macivision.com/index.php?main_page=login

Leo:thumbsup:
28 Jul 2006, 20:35
#6
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Warning: Cannot modify header information - headers already sent by

All fonts characters can be edited into your overrides CSS files. All is ajustable from there as no special template modifications are needed for this one. :thumbsup:
28 Jul 2006, 20:38
#7
maci avatar

maci

New Zenner

Join Date:
Jul 2006
Posts:
18
Plugin Contributions:
0

Re: Warning: Cannot modify header information - headers already sent by

:thumbsup: :thumbsup:
Great thanks
31 Jul 2006, 17:36
#8
laserayaneh avatar

laserayaneh

New Zenner

Join Date:
Jan 2006
Posts:
8
Plugin Contributions:
0

Re: Warning: Cannot modify header information - headers already sent by

*** please do not post the same problem in multiple threads.***