Zen Cart Logo
Forums / Bug Reports / tech support page can appear broken

tech support page can appear broken

Locked

Views: 1,890

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Sep 2007, 11:28 AM
#1
emupilot avatar

emupilot

New Zenner

Join Date:
Sep 2007
Posts:
21
Plugin Contributions:
1

tech support page can appear broken

zc 1.3.7.1

in the installation folder, techsupp.php uses short tags so the page failed on my web host.

i.e.

<? echo ...

should be

<?php echo ...
29 Sep 2007, 2:40 PM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: tech support page can appear broken

I don't think ZC has any techsupp.php file. Are you sure it's not a mod installed by you?

Edit: huhm, in installation folder? Maybe I'm wrong then.

29 Sep 2007, 2:43 PM
#3
clydejones avatar

clydejones

Deceased

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

Re: tech support page can appear broken

emupilot:

zc 1.3.7.1

in the installation folder, techsupp.php uses short tags so the page failed on my web host.

i.e.

<? echo ... ``` > should be > ``` <?php echo ... ``` Which line specifically? I just checked the file and didn't see any short tags.
29 Sep 2007, 3:02 PM
#4
Kim avatar

Kim

Obaa-san

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

Re: tech support page can appear broken

Thank you for the report. All short php tags will be replaced with long tags in v1.4 as the short tag support is deprecated in php5+ versions.