Quote:
Originally Posted by ukindian
ok i will bump my old thread or start new one... i tried again with disabling all mods again to see any recently installed mods causing problems, interestingly the eval code line moved up to line 5 which is part of vbulletin's copyright lol
Update : i managed to find out the cause n rectified it.. it was a plugin i didnt notice.... status is changing.. but dropdown[criteria] for mood is not working[ not dropping down].. error is as below
Code:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C)
Timestamp: Sat, 30 Oct 2010 12:21:34 UTC
Message: Unknown runtime error
Line: 225
Char: 7
Code: 0
URI: http://www.forumrooturl/dbtech/status/clientscript/status.js
|
Do you have at least one criteria created and have you added moods to it?
Quote:
Originally Posted by smnet
Hey dragonbyte,
Not sure if anyone has pointed this out yet but there is a conflict with the column 'status' in the user's table.
A few other tables contain a column name called 'status' - such as the paid subscriptions among others. This is fine, but in circumstances where queries join the users table and another table which uses 'status' then an error occurs regarding ambigous column names and the fact they need to be unique.
I have coded around this personally (renamed the column and plugin codes to use the new column name)...
Anyway, just a heads up - hope it helps.
|
Hmm, isn't the status column called dbtech_status_status?
- David