Hi,
OK, I ended up manually creating a bunch of columns in the settings table and populating them with data to get things working. I was then able to run most of the upgrade.php steps, it had to be done a couple times as some steps were not completed initially like the moving of the data files. I still have a couple problems with things at the moment.
First problem is that PhotoPost GMS used to rename all uploaded images and prefix them with the number "1". I ended up modifying all the entries in the database for bigimage and prefixing them with "1" to fix this problem. Is this a bug with the upgrade process?
Second problem is related to showphoto.php. It does not want to show the larger images, but instead shows the thumbs again. When I view the source code, it is looking for the larger images inside the thumbs directory. I see that in showphoto.php there is 2 lines with the value of:
$imgdisp = "<img src=\"{$Globals['datadir']}/$storecat/thumbs/$bigimage\" border=\"0\" alt=\"\" />";
With the above coding intact, only the thumbs display when clicking the larger image as can be seen at
http://www.aliandcharlie.com/photos/...7&cat=3&page=1
Now when I strip "/thumbs" out, it works fine for all my existing images
http://www.aliandcharlie.com/photos/...7&cat=3&page=1
Strange how things are perfectly fine tho with showphoto.php on a couple of new installs I just did on some other sites I have.
Last problem is that when I access the admin area and try and modify anything under "Edit Settings", it does not save any of these changes in the database, I end up doing this manually via the command line. The only message I am seeing when tailing the logs is (this one is for "All Options"):
PHP Warning: Invalid argument supplied for foreach() in /var/www/sites/aliandcharlie.com/docs/photos/adm-misc.php on line 1180, referer:
http://www.aliandcharlie.com/photos/...ns§ion=all
There is no MySQL errors in the logs.
Thanks,
Chuck
p.s. Errors were turned up high be me as I am troubleshooting a bunch of other stuff as well ;-)