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