PDA

View Full Version : Error on install


FanAddict
11-08-2006, 12:17 AM
Hi there,
I did the install > did the SQL dump but I get this error when I go to install.php

CREATE TABLE `categories` ( `cId` mediumint(9) NOT NULL auto_increment, `cName` varchar(200) NOT NULL default '', `cOrder` bigint(20) NOT NULL default '0', `gamesnumber` mediumint(35) NOT NULL default '0', UNIQUE KEY `cId` (`cId`) ) TYPE=MyISAM AUTO_INCREMENT=104 AUTO_INCREMENT=104 - Table 'categories' already exists



Any idea's what I did wrong?

kip
11-08-2006, 01:32 AM
Were you upgrading from v.5 ?

If so, you need to run upgrade, and not install.

FanAddict
11-08-2006, 10:24 AM
I deleted everything and started from scratch.