View Single Post
Old December 20th, 2005, 10:04 AM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
Hello

Yep your issue is with PHP 5.1X. We have not released a PHP 5.1X or MYSQL 5.x compatible Photopost yet. This is an issue we uncovered very very recently with that version

If you want to run PHP 5.1X you need to edit all the scripts and do this

everywhere you see

$mon = $mon+1;

add this below

$year = $year + 1900;
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote