PDA

View Full Version : Just upgraded, options bug


precharge
Sun 1st Oct '06, 10:33am
Everything went great on the upgrade but when I went into the admin section and click on options, I get this

Database error in vBulletin 3.6.1:

Invalid SQL:

SELECT varname, text
FROM phrase
WHERE phrasetypeid = PHRASETYPEID_SETTING AND
languageid IN(-1, 0, 1)
ORDER BY languageid ASC;

MySQL Error : Unknown column 'phrasetypeid' in 'where clause'
Error Number : 1054

Any ideas?

Steve Machol
Sun 1st Oct '06, 2:27pm
There is no 'phrasetypeid' field in the 3.6.1 phrase table. This error means that you did not upload all the 3.6.1 files or you have an add-on that is asking for a field that does not exist in 3.6.1.

Reupload all the original vB 3.6.1 non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Then if you still have this problem, disable your plugins.

precharge
Sun 1st Oct '06, 8:42pm
How do I fix that? Just re upload everything and upgrade again?

Steve Machol
Sun 1st Oct '06, 10:06pm
The fix is in the second paragraph on my answer. :)

precharge
Mon 2nd Oct '06, 2:57am
Hey, that worked, wow, thanks! Just reuploaded everything and the functions worked.