Updated: Comment #N

Problem/Motivation

Was getting the below error

Warning: require_once(/home/elijah/websites/loc.example.com/docroot/profiles/all/modules/contrib/environment_indicator/plugins/export_ui/ctools_export_ui_environment_indicator.class.php): failed to open stream: No such file or directory in _registry_check_code() (line 3138 of /home/elijah/websites/loc.example.com/docroot/includes/bootstrap.inc).

Proposed resolution

Patch below that calls the correct file (renames the file according to the standard convention and moves it to the right place). Also added some relevant docblocks etc.

Remaining tasks

User interface changes

API changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Elijah Lynn’s picture

Status: Active » Needs review
FileSize
2.5 KB
e0ipso’s picture

Elijah Lynn I don't seem to be able to reproduce that error. How did you get it?

Elijah Lynn’s picture

Yes, duplicate of both of those.

Elijah Lynn’s picture

Ok, we can close this. I think I had some file caching issues with my IDE maybe?

I just updated from 7.x-2.0+2-dev to 2.2 and was getting the issue. But yeah, going back to the commit I made for the update, the code is correct and matches the tag in the EI repo.

I would like to see the class name refactored but that is a separate issue.