Zen Cart Logo
Forums / General Questions / Testimonials and Link Manager

Testimonials and Link Manager

Locked

Views: 872

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
2 May 2007, 12:06 AM
#1
armie avatar

armie

New Zenner

Join Date:
Apr 2007
Posts:
28
Plugin Contributions:
0

Testimonials and Link Manager

I installed the testimonials and link manager today and when i try to add testimonial it has an error

Warning: Cannot modify header information - headers already sent by (output started at /home/content/a/r/m/armieschoch/html/includes/languages/english/extra_definitions/define_testimonials_add.php:1) in /home/content/a/r/m/armieschoch/html/includes/functions/functions_general.php on line **44

**when i try to add link also the same error appears. what is wrong?

2 May 2007, 1:15 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonials and Link Manager

There are 100s of posts related to this 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 ...

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 ...