It seems like the way views generates its block deltas has changed. The block->delta now contains a 32 character uid. Subsequently, this piece of code creates a link to "Page not found":

template.block-editing.inc

function zen_preprocess_block_editing(&$vars, $hook) {
..
  if ($block->module == 'views' && user_access('administer views')) {
    list($view_name, $view_block) = explode('-block', $block->delta);
    $vars['edit_links_array']['block-edit-view'] = l('<span>' . t('edit view') . '</span>', 'admin/build/views/edit/' . $view_name,
CommentFileSizeAuthor
#1 views_2_14_compat-1335520-2.patch1.32 KBmiiimooo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miiimooo’s picture

Status: Active » Needs review
FileSize
1.32 KB

Attached please find a patch to fix the issue (mainly code taken from the views module)

JohnAlbin’s picture

Component: PHP code » layout.css
Status: Needs review » Fixed

Fixed!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.