November 2015

To go or not to go ... to an con/camp

Submitted by drupalviking on Fri, 11/13/2015 - 08:22

I just came home from a very successful DrupalCamp Scotland 2015.  That was my first camp, but before that I have attended three Drupal Cons (Prague 2013, Austin 2014 and Barcelona 2015) and two PHP cons (ZendCon 2005 and PHPTek 2006).  

I get a lot out of these conferences, and not only the travel/party part, but also the networking and the social part (and yes, I also learn a hell of a lot ;-) 

Fatal error: views_plugin_display::destroy()

Submitted by drupalviking on Tue, 11/03/2015 - 08:49

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 :-)