-
You could either just do this (assuming all calls to the category table are wrong, and look for cats):
PHP Code:
CREATE TABLE `categories` (
`id` tinyint(4) NOT NULL auto_increment,
`name` varchar(30) NOT NULL default '',
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;
Or, change all the files to look for cats rather than categories.
-
Thank you :) + rep
I now have another problem with it read this thread :- http://www.habboxforum.com/showthread.php?t=246161