Error on install
Boletus - March 28, 2007 - 04:44
| Project: | Web Links |
| Version: | 5.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
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.
#2
No updates in 14 Months. Please reopen if you are still having an issue.
Thanks
Robert
#3
Automatically closed -- issue fixed for two weeks with no activity.