Zen Cart Logo
Forums / General Questions / Getting a Warning all of the sudden....

Getting a Warning all of the sudden....

Locked

Views: 1,312

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
8 Nov 2006, 9:39 AM
#1
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Getting a Warning all of the sudden....

Warning: Cannot modify header information - headers already sent by (output started at /home/monkkee/public_html/zen/includes/languages/english/index.php:175) in /home/monkkee/public_html/zen/includes/functions/functions_general.php on line **41

This is only comes up with catogries with products in them.

Any ideas?
**

8 Nov 2006, 9:49 AM
#2
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Re: Getting a Warning all of the sudden....

Warning: Cannot modify header information - headers already sent by (output started at /home/monkkee/public_html/zen/includes/languages/english/index.php:175) in /home/monkkee/public_html/zen/includes/functions/functions_general.php on line **121

sorry thats the error ^^^^
**

8 Nov 2006, 9:52 AM
#3
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Re: Getting a Warning all of the sudden....

** header('Location: ' . $url);

its pointing to that
**

8 Nov 2006, 10:11 AM
#4
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Re: Getting a Warning all of the sudden....

Worked it out, There was actually an error in the english/index.php file.

All i had to do was remove 4 black spaces after the php code closed.

:smartass:

8 Nov 2006, 4:27 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Getting a Warning all of the sudden....

Thanks for posting the solution to your problem. It may help someone else in similar circumstances.