Log in

View Full Version : Database error in vBulletin 3.6.7


zuba
06-06-2007, 10:46 PM
Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT pf.profilefieldid, pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
FROM profilefield AS pf
LEFT JOIN profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid)
WHERE pf.form = 0
ORDER BY pfc.displayorder, pf.displayorder;

MySQL Error : Table 'chforums95.profilefieldcategory' doesn't exist
Error Number : 1146
Date : Wednesday, June 6th 2007 @ 10:10:13 AM
Script : http://www.xxx.xx/forum/member.php?u=1
Referrer : http://www.xxx.xxx/forum/index.php
IP Address : xx.xx.xxx.xxx
Username : xxxx
Classname : vb_databaseI don't know what's up, help please

JamieLee2k
06-07-2007, 10:02 AM
If this is stock vbulletin files then you might want to ask at www.vbulletin.com, it seems that one of the files isn't in the MySQL properly

zuba
06-07-2007, 10:28 AM
I had resolve this problem with this information thanks https://vborg.vbsupport.ru/showpost.php?p=1253494&postcount=3