Closed (won't fix)
Project:
Alinks
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2011 at 10:36 UTC
Updated:
30 Dec 2013 at 21:31 UTC
Jump to comment: Most recent
DatabaseSchemaObjectExistsException: Table alinks already exists. in DatabaseSchema->createTable() (line 652 of /home/USER/public_html/includes/database/schema.inc).
What does this mean? Why has no-one else seen this?
Can I still continue to use the module without this causing problem later?
Thanks.
Comments
Comment #1
chianti commentedIs this module supposed to have a link in the configuration page?
I can't see where I'm supposed to set my list of keywords up?
I think the error I got (above) stopped this module from installing properly,
although the modules page says it is installed.
This is the worst thing about Drupal. Only 50% of the modules I have
tried actually work, and even then most of them have issue-lists as
long as my arm.
Comment #2
Nigeria commentedTry increasing the memory available to PHP to 128mb or 192mb
Comment #3
greg boggsThis error means that the table it's trying to create already exists in your database. Try uninstalling the module and reinstalling. Otherwise, delete the tables by hand and then install the module again.
Comment #4
greg boggs