In heartbeat_modules_enabled(), there is an assumption that if the OG module is enabled that the og table will exist. The latest 7.x-2.x module does not create a table with that name.

This patch does a check using db_table_exists before proceeding with the SQL query.

CommentFileSizeAuthor
#1 1549514-1-og-table-check.patch625 byteskostajh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kostajh’s picture

Title: Installation fails with latest OG 7.x-2.x release » modules_enabled hook conflicts with latest OG 7.x-2.x release
Status: Active » Needs review
FileSize
625 bytes

Updated the issue title.

Stalski’s picture

Status: Needs review » Fixed

This is pushed to git. Thx for the patch.

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