PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Big Error after i upgraded from 5.21 to 5.3 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/122613-big-error-after-i-upgraded-5-21-5-3-a.html)

bbhunt January 28th, 2006 10:46 PM

Big Error after i upgraded from 5.21 to 5.3
 
We're sorry, but the system experienced an unrecoverable error. Please try again later????This is all that will come up after i upgraded all i did was copy the changed files and upload them .Do i need somthing else ? or is this fixable i have sponsors for my website and cant be down to long here is the gallery page index
http://bowhuntingohio.com/pics/index.php
Please help

pistebasher January 29th, 2006 02:41 AM

Did you run upgrade.php after uploading the new files? Mine went from 5.21 to 5.3 without a hitch.

Chuck S January 29th, 2006 08:07 AM

Exactly upgrade instructions in the documentation folder explain how to upgrade and if you get an error such as this it means you have not ran the upgrade script. ;)

bbhunt January 29th, 2006 08:44 PM

I have run the update script that was the first thing i did ???i updated last time and had no problems i do not get it ,After i read the replys i reran the script and still get the same error what am i going to do and could i install it on another database but not loose any pictures??

Chuck S January 30th, 2006 09:01 AM

unrecoverable errors means we are missing a field in the database so a missing upgrade was not ran somewhere.

In pp-inc.php at line 328 you can remove this in bold to show the exact mysql error so we know what upgrade you forgot.

Code:

Content visible to verified customers only.

bbhunt January 30th, 2006 10:18 AM

Script: index

Query: SELECT key_id FROM phpbb_sessions_keys WHERE user_id=-1 ORDER BY last_login DESC LIMIT 1

Result: Table 'bowhunt_forum1.phpbb_sessions_keys' doesn't exist

Database handle: Resource id #7

this is what i have now

Chuck S January 30th, 2006 10:24 AM

Okay per our forum integration thread we integrate with phpBB2 2.018 and above now they changed there whole integration routine.

You need to upgrade phpbb to the latest. Real simple get the download from phpbb.com and upload all files except the config.php file and then run

install/update_to_latest.php

then delete the install and contrib directories

Your done.

bbhunt January 30th, 2006 11:17 AM

Thanks Alot That was the fix, so far every thing looks great


All times are GMT -5. The time now is 04:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97