update.php crashes with "PHP Fatal error: Class 'EntityDefaultUIController' not found".

Can be fixed by enabling the enity module at the beginning of the update script.

See patch:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

daemonchrist’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, og-enable-entity.patch, failed testing.

jackbravo’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
596 bytes

This works for me perfectly. The patch just had some incorrect format at the first line (og.install.orig instead of og.install).

jackbravo’s picture

Status: Needs review » Reviewed & tested by the community

Seems to be working and there are no errors on tests.

shushu’s picture

Title: fatal error on update to Drupal 7 » OG 7.x-2.x requires Entity API, needs to be enabled on upgrade