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

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.