kronnos
06-10-2007, 08:43 PM
Hi,
After transfering database everything seems to be working fine..but...
I recently got the following error and i think it is when somebody tried to send a PM via a forum.
------
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT pf.profilefieldid, pf.profilefieldcategoryid, pf.required,
pf.type, pf.data, pf.def, pf.height
FROM bl_profilefield AS pf
LEFT JOIN bl_profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid
= pf.profilefieldcategoryid)
WHERE pf.form = 0
AND pf.hidden = 0
ORDER BY pfc.displayorder, pf.displayorder;
MySQL Error : Table 'fcpas3_forum.bl_profilefieldcategory' doesn't
exist
Error Number : 1146
Date : Sunday, June 10th 2007 @ 01:04:11 PM
Script : http://site/member.php?u=1
Referrer : http://site/memberlist.php
IP Address : .............
Username : .......
Classname : vb_database
-----------------
Im thinking I should create the database stated above as "doesnt exist" what whats best way to do it if that the way to go fixing this? If I make this table manually, is there any fields I should add to the table or can someone just give me sql code I can paste and have it added?
After transfering database everything seems to be working fine..but...
I recently got the following error and i think it is when somebody tried to send a PM via a forum.
------
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT pf.profilefieldid, pf.profilefieldcategoryid, pf.required,
pf.type, pf.data, pf.def, pf.height
FROM bl_profilefield AS pf
LEFT JOIN bl_profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid
= pf.profilefieldcategoryid)
WHERE pf.form = 0
AND pf.hidden = 0
ORDER BY pfc.displayorder, pf.displayorder;
MySQL Error : Table 'fcpas3_forum.bl_profilefieldcategory' doesn't
exist
Error Number : 1146
Date : Sunday, June 10th 2007 @ 01:04:11 PM
Script : http://site/member.php?u=1
Referrer : http://site/memberlist.php
IP Address : .............
Username : .......
Classname : vb_database
-----------------
Im thinking I should create the database stated above as "doesnt exist" what whats best way to do it if that the way to go fixing this? If I make this table manually, is there any fields I should add to the table or can someone just give me sql code I can paste and have it added?