The following error occurs:

php: User warning: The following module is missing from the file system: nonexisting. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1128 of includes/bootstrap.inc).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Stevel created an issue. See original summary.

Stevel’s picture

Here's a patch that checks if the module exists before calling module_invoke.

eshta’s picture

Status: Needs review » Reviewed & tested by the community

Re-tested and this still resolved the problem. Thanks!

  • eshta committed acbd316 on 7.x-2.x authored by Stevel
    Issue #2819992 by Stevel: Fix tests from missing module notice added in...
eshta’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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