Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Error message when I click on a certain category

Error message when I click on a certain category

Locked

Views: 1,131

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
19 Feb 2007, 5:23 AM
#1
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Error message when I click on a certain category

I receive the following error when I click on a 4th level category link:

Warning: Cannot modify header information - headers already sent by (output started at /home/jbabcjew/public_html/includes/languages/english/index.php:112) in /home/jbabcjew/public_html/includes/functions/functions_general.php on line 44

How can I fix this?

Thanks,

Jason

19 Feb 2007, 5:42 AM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Error message when I click on a certain category

A search on the error message:
Warning: Cannot modify header information

Would probably find 300+ posts related to the dreaded php issue where if there are space(s) or blank line(s) before the starting php tag of <?php** or after the last closing php tag **?> ... php will throw an error message like this as it hates those ... :eek:

To fix this problem, using a good TEXT editor, you can edit the file listed and remove the space(s) and/or blank line(s) at the beginning and end of the file ...