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 ...
Views: 1,890
New Zenner
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 ...
Totally Zenned
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.
Deceased
<? echo ... ``` > should be > ``` <?php echo ... ``` Which line specifically? I just checked the file and didn't see any short tags.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.
Obaa-san
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.
Tell staff why this post should be reviewed.