Closed (fixed)
Project:
Web Links
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2007 at 04:44 UTC
Updated:
15 Jul 2008 at 03:42 UTC
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
Comment #1
umonkey commentedI'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.
Comment #2
rmiddle commentedNo updates in 14 Months. Please reopen if you are still having an issue.
Thanks
Robert
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.