I have May 12 install of Fusion Core and Acquia Marina themes. I get this error when trying to skin my Panel page containing a view.
Notice: Undefined variable: admin_links in include() (line 28 of /.../sites/all/themes/fusion/fusion_core/views-view--page.tpl.php).
Comments
Comment #1
stephthegeek commentedWere you upgrading from a previously installed version of Fusion?
Comment #2
echodos commentedNo. it is a fresh install.
Comment #3
aquariumtap commentedI'm investigating this now. Updating the issue title for now.
Comment #4
aquariumtap commentedI haven't been able to replicate this. I created a views block and added it to a panel, and tried it in fusion_starter and Acquia Marina. If you can provide any more information to recreate your environment...
Comment #5
osopolar#1097482: There is no $admin_links available in views-view--page.tpl.php
Comment #6
ataxia commentedI'm getting this error still. I recently upgraded a site from D6 to D7, but I'm using a fresh copy of fusion_core (D7 version: 7.x-1.0-alpha1)
I have fusion_starter set as my default theme and fusion_core is disabled.
$admin_links definitely appears in both panels-pane.tpl.php and views-view--page.tpl.php files in fusion_core.
Comment #7
ataxia commentedI was able to stop this error by commenting out the following lines in panels-pane.tpl.php and views-view--page.tpl.php under fusion_core:
panels-pane.tpl.php:
views-view--page.tpl.php:
Comment #8
ThouArtJay commentedI was able to resolve the issue by disabling then re-enabling Views.