Error reported:
DatabaseSchemaObjectExistsException: Table notsofast already exists. in DatabaseSchema->createTable() (line 629 of /usr/www/users/annus/groups/includes/database/schema.inc).

Comments

vimalramaka’s picture

Uninstall the module properly and install it again.

derjochenmeyer’s picture

StatusFileSize
new407 bytes

The problem is notsofast.install is explicitly added in notsofast.info so the installer tries to add the tables twice.

files[] = notsofast.module
files[] = notsofast.install

Attached patch deletes these two lines.

derjochenmeyer’s picture

Status: Active » Needs review
ñull’s picture

Status: Needs review » Active

I removed the lines from .info, but still get the original error message.

DatabaseSchemaObjectExistsException: Table notsofast already exists. in DatabaseSchema->createTable() (line 657 of .../includes/database/schema.inc).

steinitz’s picture

I confirm that neither uninstalling and re-installing nor editing the .info file fixes the problem.

This module seems an intelligent approach to comment spam. It will be great when it works with Drupal 7.

steinitz’s picture

Priority: Normal » Major