Quote:
|
Originally Posted by Chuck S Photopost 5.13 is not compatible with vbulletin 3.5.
You must be running at minimum Photopost 5.2 so please log in to your members area and download 5.3 |
Hello Chuck S -
Thank you for your help. I have seen many posts by you helping people here.
I downloaded the 5.3 file, and followed the instructions for the install.
I modified the config-inc.php and config-int.php files.
The config-inc.php file in my existing directory had version 5.13 in the comments.
When I attempt to execute the upgrade script, I receive the following errors:
Quote:
|
Originally Posted by upgrade.php_errors Preparing to update database...
Error performing MySQL command: REPLACE INTO settings VALUES (84,'PhotoPost Version','pversion','','5.2',53,0);
Error: Table 'corvette_gallery.settings' doesn't exist
Error performing MySQL command: INSERT INTO settings VALUES (211,'Minutes to cache index page data for featured photos, statistics and PALs?','cachetimeout','Number of minutes to cache information. Default is 10 minutes, 0 means no caching.','10',36,1)
Error: Table 'corvette_gallery.settings' doesn't exist
Error performing MySQL command: INSERT INTO settings VALUES (212,'Show Calendar PAL?','calpal','Do you want to display the calendar pal, yes or no.','yes',16,11)
Error: Table 'corvette_gallery.settings' doesn't exist
Database not properly setup - unable to read settings table. Contact administrator. |
The upgrade script is not recognizing that I have a "pp_" prefix on my gallery tables.
I have that variable set in config-int.php as it should be.
I tried running some of the other upgrades on the upgrade.php script, and they created tables with no pp_ prefix - so I just dropped them.
All of the alter commands had errors (because of the prefix not being correct).
I appreciate your thoughts as to what to look for to correct.
Thank you.