Quote:
Originally Posted by silver surfer
nice one, but still this error when i turn it on ;
Code:
Database error in vBulletin 3.7.0:
Invalid SQL:
SELECT post_thanks_amount
FROM post
WHERE threadid = 4937
ORDER BY post_thanks_amount
DESC LIMIT 0 , 1;
MySQL Error : Unknown column 'post_thanks_amount' in 'field list'
Error Number : 1054
Request Date : Friday, May 30th 2008 @ 05:54:42 AM
Error Date : Friday, May 30th 2008 @ 05:54:43 AM
Script : http://pspower.us/forumdisplay.php?f=8
Referrer : http://pspower.us/index.php
IP Address : xxx.xx.xxxx.xx
Username : Insane
Classname : vb_database
MySQL Version : 4.1.22-max-log
any ideas... ?
|
you must installed
[AJAX] Post Thank You Hack on your board?
or run this SQL via phpMyAdmin
PHP Code:
ALTER TABLE `post` ADD `post_thanks_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL