Hi
I get at load of warnings on install:


user warning: Table 'weblinks' already exists query: CREATE TABLE weblinks ( nid int(9) NOT NULL default '0', tid int(11) NOT NULL default '0', vid int(11) NOT NULL default '0', url varchar(155) NOT NULL default '', weight smallint(6) NOT NULL default '0', KEY tid (tid,vid), KEY nid (nid) ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /home/public_html/includes/database.mysql.inc on line 172.


I am not 100% sure, but I do not think I have installed this module before.

Comments

umonkey’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure how did you manage to get into this situation, because weblinks has an uninstall script. Try disabling and uninstalling the weblinks module from admin/build/modules, make sure the tables are gone ("show tables;" in mysql), then install it again.

rmiddle’s picture

Status: Postponed (maintainer needs more info) » Fixed

No updates in 14 Months. Please reopen if you are still having an issue.

Thanks
Robert

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.