Closed (fixed)
Project:
MultiBlock
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2010 at 17:30 UTC
Updated:
26 Dec 2010 at 22:10 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| multiblock.install.patch | 392 bytes | cocoloco |
Comments
Comment #1
cocoloco commentedActually not sure if this impedes usage or just creates an ugly error - dropping priority to major.
Comment #4
andrewlevine commentedThanks cocoloco! Fixed in dev branch
http://drupal.org/cvs?commit=463454