Zen Cart Logo
Forums / General Questions / How to fix this

How to fix this

Locked

Views: 914

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 May 2007, 12:54 AM
#1
mr_art avatar

mr_art

New Zenner

Join Date:
May 2007
Posts:
14
Plugin Contributions:
0

How to fix this

when i click on the link to the catagories that include product this message is pop up

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

(but the other catagories(emty) is not show is message.)

How to fix this, Please let me know:blush:

27 May 2007, 1:22 AM
#2
ajeh avatar

ajeh

Oba-san

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

Re: How to fix this

This is a common php error caused when you edit a file and there is a space left before or after the opening or closing php tags of <?php** or **?>

In your case, it indicates the end of the language file so you have space(s) or blank line(s) immeditately after the ?>

Edit the file in a good TEXT editor and remove the space(s) or blank line(s) after the ?> then reload the file to the server ...

NOTE: it is best to never use your Control Panel to edit files or a word processor and only use a TEXT editor ...

27 May 2007, 1:30 AM
#3
rodg avatar

rodg

Deceased

Join Date:
Jan 2007
Location:
Australia
Posts:
6,263
Plugin Contributions:
4

Re: How to fix this

Did you modify /languages/english/index.php in any way? If so, you have probably added a blank line or two at the end of the file.

Also, if you did edit this file, you shouldn't have done, because it'll get overwritten during the next update. You should be making a copy of this file and using the overwride system to make your changes.
(iow, copy /languages/english/index.php to /languages/english/CUSTOM/index.php and modify the copy)

Cheers
Rod

27 May 2007, 1:32 AM
#4
mr_art avatar

mr_art

New Zenner

Join Date:
May 2007
Posts:
14
Plugin Contributions:
0

Re: How to fix this

Thank you very very much, Ajeh

I got this thing fixed. I wish you the best. Have a great evening!!!
:clap::clap::clap:

27 May 2007, 1:32 AM
#5
ajeh avatar

ajeh

Oba-san

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

Re: How to fix this

You too and thanks for the update! :smile:

27 May 2007, 1:35 AM
#6
mr_art avatar

mr_art

New Zenner

Join Date:
May 2007
Posts:
14
Plugin Contributions:
0

Re: How to fix this

Thank you, very very much again Rod and ajeh

You guys are Great.