An error message displays on the screen when an I enable harvest_project submodule:

DatabaseSchemaObjectExistsException: Table harvest_categories already exists. in DatabaseSchema->createTable()

Comments

kalman.hosszu’s picture

Status: Active » Needs review
StatusFileSize
new686 bytes

The patch attached.

Needn't use hook_install() and hook_delete() to create/remove tables.

Cheers,
Kálmán

skwashd’s picture

Issue summary: View changes
Priority: Normal » Critical
Status: Needs review » Reviewed & tested by the community

This fixes another installation blocker. This patch allowed me to install the harvest_projects module.

Marking as critical as it is impossible to install the module without this patch.

bobooon’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta4
Assigned: Unassigned » bobooon
Status: Reviewed & tested by the community » Fixed

This patch has been applied to the latest release 7.x-1.0-beta4. Thank you!

bobooon’s picture

Status: Fixed » Closed (fixed)