1
magomes
Cannot install Module - Table already exists HELP!!
  • 2004/11/19 0:46

  • magomes

  • Just popping in

  • Posts: 20

  • Since: 2004/11/10


Hi,

I installed a module called sstatus and it caused my entire site to go blank. I was unable to access anything, so I deleted the module folder from the module directory on the server.

My site came up and an error saying that sstatus module is missing. I went into system module and removed the sstatus module from the system.

I have now copied a backup of sstatus into the module directory but it would not install saying that the table already exists. I have done a debug of this error:

CREATE TABLE xoops_sstatus_memos ( id int(11) NOT NULL auto_increment, serviceid int(11) NOT NULL default '0', uid int(11) NOT NULL default '0', memo mediumtext NOT NULL, status int(11) NOT NULL default '0', posted int(11) NOT NULL default '0', PRIMARY KEY (id), KEY serviceid (serviceid,uid,status), KEY posted (posted) ) TYPE=MyISAM
Error number: 1050
Error message: Table 'xoops_sstatus_memos' already exists

How can i fix this? Can anyone please help me. Im stuck!!

regards,
MG

---------------
XOOPS FOREVER!!!!!!!
---------------

2
m0nty
Re: Cannot install Module - Table already exists HELP!!
  • 2004/11/19 1:53

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


try this from phpmyadmin:

DROP TABLE xoops_sstatus_memos

3
magomes
Re: Cannot install Module - Table already exists HELP!!
  • 2004/11/19 2:04

  • magomes

  • Just popping in

  • Posts: 20

  • Since: 2004/11/10


Excellent!! it worked. Thanks

Login

Who's Online

319 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 319


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits