1
I accidentally deleted the extcal folder from my module directory, before uninstalling it through the admin section. Now when I go to re-install it, it gives me this error:
Table 'xoops_extcal_cat' already exists
Unable to install extcal. Error(s):
Back to Module Administration page
CREATE TABLE xoops_extcal_cat ( `cat_id` int(11) NOT NULL auto_increment, `cat_name` varchar(255) NOT NULL, `cat_desc` text NOT NULL, `cat_color` varchar(6) NOT NULL, PRIMARY KEY (`cat_id`) ) COMMENT='eXtCal By Zoullou'
Error number: 1050
Error message: Table 'xoops_extcal_cat' already exists
How can I rectify this error and get extcal reinstalled? I've tried re-uploading the module and get the same result. I'm using XOOPS 2.0.18.1 & am a noob, so please bear with me :)