View Single Post
Old January 9th, 2005, 04:41 AM   #5 (permalink)
criscokid
Senior Member
Verified Customer
 
Join Date: Jun 2003
Location: London, UK
Posts: 567
Maybe a good idea to do upgrades, etc in the morning when one's mind is fresh and uncluttered - easier to spot the obvious.

Made the relevant changes but now get the following error message:

MySQL error reported!

Script: index

Query: SELECT u.userid,u.username,u.email,u.password,u.usergroupid,u.timezoneoffset,s.sessionhash,u.salt,u.membergroupids FROM bbuser u LEFT JOIN bbsession s ON s.userid=u.userid WHERE u.userid='1'

Result: Table 'scene-outforums.bbuser' doesn't exist

Database handle: Resource id #8

And going to /reviews/adm-index.php generates the following error:

MySQL error reported!

Script: adm-index

Query: SELECT u.userid,u.username,u.email,u.password,u.usergroupid,u.timezoneoffset,s.sessionhash,u.salt,u.membergroupids FROM bbuser u LEFT JOIN bbsession s ON s.userid=u.userid WHERE u.userid='1'

Result: Table 'scene-outforums.bbuser' doesn't exist

Database handle: Resource id #7


Is it possible that the upgrade script didn't modify all of the tables corectly?

Last edited by criscokid; January 9th, 2005 at 05:50 AM.
criscokid is offline   Reply With Quote