Fatal error: views_plugin_display::destroy()
Sometimes, when I move databases from production to my developer machines, the website will not come up, due to cache-ing. And clear cache doesn't work either, the error is a huge stack trace error message beginning with: Fatal error: views_plugin_display::destroy()
Luckilly there is a easy way to fix it, just invalidate the cache with drush: drush @site.alias php-eval "views_invalidate_cache();" and your error goes away. And your website comes up too :-)
Add new comment