Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Problems with new categories

Problems with new categories

Locked

Views: 1,165

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Jan 2007, 7:23 PM
#1
dieter avatar

dieter

New Zenner

Join Date:
Nov 2005
Posts:
30
Plugin Contributions:
0

Problems with new categories

When I create a new category and add a product I get this error message when I try to view the product in my shop

Warning: Cannot modify header information - headers already sent by (output started at /home/C/csstempl/www/includes/languages/english/index.php:117) in /home/C/csstempl/www/includes/functions/functions_general.php on line 87

This is what's on line 87

header('Location: ' . $url);

22 Jan 2007, 10:33 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Problems with new categories

Could you peek at your language file and see if you have space(s) or blank line(s) immeditately after the last ?> in the file?

php does not like space(s) or blank line(s) following the last php closing tag ?> at the end of a file ...

22 Jan 2007, 11:41 PM
#3
dieter avatar

dieter

New Zenner

Join Date:
Nov 2005
Posts:
30
Plugin Contributions:
0

Re: Problems with new categories

Thanks, that solved the problem :)