Fixing Drupal error: Notice: Undefined offset: 1 in views_block_view()
Published by emacstheviking on Tue, 06/14/2011 - 21:43
Damn this was a pain. For more heads up go here: http://drupal.org/node/1065942
It's caused by stale records in the block table that then fail to resolve. There's plenty of reading material out there and suggested fixes etc. that I am sure work but once I knew what the problem was I applied *my process* for all Drupal problems like this.