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

Road Kill’s picture

i 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

endif;

I assume that this code has something to do with admin links :) but not sure why its an issue.

drvdt’s picture

I have the same problem.
Any solution?

Road Kill’s picture

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

endif;

rob de koter’s picture

HI I have the same problem, thanks for your instructions

jens peter’s picture

This is the same issue with a few other ideas to fix this error:
http://drupal.org/node/1179176

rfmp’s picture

Hi everyone,
the same problem on my site.
Reiner

florian’s picture

Status: Active » Closed (fixed)