My site runs without errors until i executed the command drush rr. If i run drush rr i get the following output
The registry has been rebuilt via registry_rebuild (A). [success]
PHP Fatal error: Class 'panels_renderer_standard' not found in httpdocs/sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php on line 8
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Class 'panels_renderer_standard' not found in
httpdocs/sites/all/modules/panels/plugins/display_renderers/panels_renderer_editor.class.php,
line 8
After drush rr i get this error on every page with a panels page. I also get the following error if i visit a page where the module environment_indicator gets invoked / executed
Fatal error: Class 'ctools_export_ui' not found in httpdocs/sites/all/modules/environment_indicator/plugins/export_ui/ctools_export_ui_environment_indicator.class.php on line 8
Comments
Comment #1
omega8cc commentedIf your site was running w/o errors, then what was the point in using
drush rr? Perhaps you could trydrush rr --fire-bazookaand see if this helps?Comment #2
omega8cc commentedClosing.