PDA

View Full Version : MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'


ellinofatsa
09-07-2011, 04:31 PM
Database error in vBulletin 4.1.5:

Invalid SQL:

SELECT userid, usergroupid, displaygroupid, username, posts, post_thanks_thanked_times
FROM user AS user
WHERE post_thanks_thanked_times > '0'
ORDER BY post_thanks_thanked_times DESC
LIMIT 0, 8;

MySQL Error : Unknown column 'post_thanks_thanked_times' in 'field list'
Error Number : 1054

one of my admin can see the forum only the portal anu help please?

kh99
09-07-2011, 04:43 PM
That seems like it has something to do with the Post Thank You Hack: https://vborg.vbsupport.ru/showthread.php?t=231666 . There may have been a problem installing or uninstalling it.

souperman
09-07-2011, 05:08 PM
Looks like you're missing a column in your table.

Brandon Sheley
09-07-2011, 05:08 PM
I agree with kh99
you need to ask in the release thread for support about that mod..

Lynne
09-07-2011, 07:18 PM
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

ellinofatsa
09-07-2011, 08:24 PM
ok thank you Lynne