You could either just do this (assuming all calls to the category table are wrong, and look for cats):
Or, change all the files to look for cats rather than categories.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 ;





Reply With Quote
+ rep