I've got an old version of Vbulletin (3.5.2) and I just upgraded to the newest version of Photopost pro. After getting the error below, I checked the
vb database and I didn't see a sigpic table. I assume this is in the newer versions of vbulletin. Is there a workaround until I get the time to upgrade my vBulletin version?
Thanks in advance!
Quote:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT u.username,u.homepage,u.usertitle,u.posts,u.joindate,uf.field2,s.host,t.signature,sigpic.filename,u.sigpicrevision,avatar.avatarpath, NOT ISNULL(customavatar.filedata) AS hascustomavatar,u.avatarrevision FROM user u LEFT JOIN userfield uf ON uf.userid=u.userid LEFT JOIN session s ON s.userid=u.userid LEFT JOIN usertextfield t ON t.userid=u.userid LEFT JOIN sigpic AS sigpic ON sigpic.userid=u.userid LEFT JOIN sigparsed AS sigparsed ON sigparsed.userid=u.userid LEFT JOIN avatar AS avatar ON (avatar.avatarid = u.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = u.userid) WHERE u.userid=209 LIMIT 1
Result: Table 'forum.sigpic' doesn't exist
Database handle: Resource id #11
|