View Single Post
Old January 14th, 2008, 01:51 PM   #8 (permalink)
xedd
Junior Member
 
Join Date: Jan 2007
Posts: 11
Well I've spent the last hour debugging the problem and found the issue...

At some point PHP started to enforce that all .php scripts start with <?php rather than simply <? opening tags. I recall having this problem about 8 months ago for another custom script and used a debugging script to find out that the require_once() that is being done is calling emails.php and english.php but not including them because of the missing keyword <?php.

I do not know if v2.6 of Photopost Classifieds as updated all the scripts with <?php yet... There is also a flag in PHP configuration that can toggle the support of legacy <? tags but I don't remember what configuration element it is as of yet...
xedd is offline   Reply With Quote