Installing the multiblock module in D7-BETA2 results in the following error:

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

This error is being thrown because drupal_install_schema() and drupal_uninstall_schema() are still being called - we need to remove them for 7.x.

Attached is a patch that fixes this.

Thank you.

CommentFileSizeAuthor
multiblock.install.patch392 bytescocoloco
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cocoloco’s picture

Priority: Critical » Major

Actually not sure if this impedes usage or just creates an ugly error - dropping priority to major.

andrewlevine’s picture

Status: Needs review » Fixed

Thanks cocoloco! Fixed in dev branch

http://drupal.org/cvs?commit=463454

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.