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

chianti’s picture

Is 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.

Nigeria’s picture

Try increasing the memory available to PHP to 128mb or 192mb

greg boggs’s picture

This 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.

greg boggs’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)