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