$ drush rr
The registry has been rebuilt via registry_rebuild (A).                   [success]
PHP Fatal error:  Class 'panels_renderer_standard' not found in .../sites/all/modules/panels_why_so_slow/plugins/display_renderers/timer.inc on line 7

Comments

geek-merlin’s picture

Status: Active » Needs review
StatusFileSize
new4.46 KB

Patch flying in tht fixes the issue for me. Not tested thoroughly though.

criznach’s picture

This saved my butt on my Pantheon dev environment after copying my live database down where the module was disabled. Couldn't do anything with drush. I say RTBC.

criznach’s picture

Status: Needs review » Reviewed & tested by the community
damienmckenna’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new646 bytes

So it could also have been written this way, which wouldn't require a registry rebuild.

Status: Needs review » Needs work

The last submitted patch, 4: panels_why_so_slow-n2450729-4.patch, failed testing.

damienmckenna’s picture

Status: Needs work » Needs review
StatusFileSize
new2.03 KB

This adds a (mostly) empty test file, just so travisci stops failing.