Quote:
Originally Posted by derekivey
For some reason it looks like the SQL table for the ratings didn't get created. Try executing this code in PHPMyAdmin, or vB's query page in the AdminCP.
[sql]
CREATE TABLE `toplist_ratings` (
`id` int(10) NOT NULL auto_increment,
`site_id` int(10) NOT NULL default '0',
`username` varchar(255) NOT NULL default '',
`rating` int(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
[/sql]
Also if you have a table prefix, be sure to add that to the table name also.
Derek
|
got to love u man...lol...

it worked know i have to figure out how to resolve the new version....error message will keep you informed