Closed (fixed)
Project:
Zero Point
Version:
7.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 09:32 UTC
Updated:
26 Feb 2013 at 03:04 UTC
Hi not sure if this is a view issue or zeropint issue. I created a testimonial just with a body in a view and after saving I get this error Notice: Undefined variable: admin_links in include() (line 23 of C:\wamp\www\ppeng\sites\all\themes\zeropoint\templates\views-view--page.tpl.php
Thank you in advance
Comments
Comment #1
Road Kill commentedi am not sure where the problem lies in he code but the offending line of code is as follows
Line 23
if ($admin_links):Line 24
print $admin_links;endif;I assume that this code has something to do with admin links :) but not sure why its an issue.
Comment #2
drvdt commentedI have the same problem.
Any solution?
Comment #3
Road Kill commentedHi Drvdt I have removed the following offending lines of code as a temporary solution until I can get some feedback from the maintainer. It appears that the line of code obviously has something to do with admin links but how and what purpose it serves I have no idea. I would recommend making a backup of the template file before you remove the code just in case you should experience some problems. I have had to use this as a temp fix on two websites and it has not caused any problems yet.
You are removing code from line 23 to 28
if ($admin_links):print $admin_links;endif;Comment #4
rob de koter commentedHI I have the same problem, thanks for your instructions
Comment #5
jens peter commentedThis is the same issue with a few other ideas to fix this error:
http://drupal.org/node/1179176
Comment #6
rfmp commentedHi everyone,
the same problem on my site.
Reiner
Comment #7
florian commented