Quote:
Originally Posted by Ramsesx
The new file gives me a db error:
Database error in vBulletin 3.5.0:
Invalid SQL:
UPDATE vb3_toplist_sites SET
out=out+1,
views=views+1
WHERE id='9';
MySQL Error : Unknown column 'views' in 'field list'
Error Number : 1054
|
Are you running the latest version (1.0.7) of my hack? It looks like you are missing the views field. If you are not upgraded yet, please upgrade, but if you did, just execute this query in vB's admincp or PHPMyAdmin.
[sql]ALTER TABLE `vb3_toplist_sites` ADD `views` INT( 25 ) UNSIGNED NOT NULL;[/sql]
Derek