When installing a profile that uses Apps (such as OpenPublic), the App listing page shows a bunch of warnings about modules that cannot be found.

This is caused by a recent addition to Drupal core that creates a warning when using drupal_get_path() on a module that is not in the system db table yet. Any un-enabled app will cause this warning. Patch coming.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mpotter created an issue. See original summary.

mpotter’s picture

Status: Active » Needs review
FileSize
3.49 KB

Here is a patch

mpotter’s picture

Testing on OpenPublic this seems to help. However there is still a message about the "omega theme has been moved". Debugging it shows that any reference to theme() causes panels and ctools to do a theme_registry scan and this triggers the message. They should have done the message via exception handling so we could trap it. Don't see any way to fix this in OpenPublic or in Apps itself. So just going with this patch for now. Going to roll a release.

  • mpotter committed ab2e468 on 7.x-1.x
    Issue #2871191 by mpotter: Warnings during install on App listing page
    
mpotter’s picture

Status: Needs review » Fixed

Committed to ab2e468.

Status: Fixed » Closed (fixed)

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