PDA

View Full Version : Database Error - Profile


rss_ems
01-08-2008, 03:22 PM
*****/forum/member.php?u=****

Database error.
Please give me sql codes.

Database error in vBulletin 3.6.8:

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 'vatan-tr_avci.profilefieldcategory' doesnt exist
Error Number : 1146
Date : Tuesday, January 8th 2008 @ 05:12:57 PM
Script : http://www.............com/member.php?u=392
Referrer : http://www...............com/online.php?order=asc&sort=username&pp=20&page=2
IP Address : 8.......
Username : avci18
Classname : vB_Database [/quote]

AKapadia
01-08-2008, 04:59 PM
you just added new hack and it failed to add that table so disable that hack and it will work

" MySQL Error : Table 'vatan-tr_avci.profilefieldcategory' doesnt exist

I don't have programming knowledge but from this line i am just guessing it

MoT3rror
01-08-2008, 07:10 PM
This is a default table that is made in vBulletin 3.6 so you will probably get more help at vbulletin.com.

Here is a thread about the problem.
http://www.vbulletin.com/forum/showthread.php?t=252457&highlight=profilefieldcategory+missing

Coders Shack
01-08-2008, 07:40 PM
take a look at the actual table