II think this relates to the slide show module but I am not sure so I am asking the support list. I am sorry if I am missing something simple because I think I have seen this before but I cannot find it. "*Notice*: Undefined variable: admin_links in *include()* (line *34* of* /home7/k....o/public_html/staging/sites/all/themes/k....k/templates/views-view.tpl.php *)." Any help with this is very much appreciated. Thanks, Steve -- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428 Get 25% off training during the Great Train-Up<http://denverdataman.com//sites/default/files/istock_000003206051xsmall.jpg>
Look in the views-view.tpl.php in your theme directory, as the error message indicates. There is probably a reference to the variable $admin_links, but this has not been defined. Try prefixing with @ like this: <?php print @$admin_links?> That should take care of your problem. This is a drupal 7-ism to be notice compliant. Dave ________________________________ From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Steve Kessler Sent: Tuesday, September 20, 2011 4:25 PM To: support@drupal.org Subject: [support] admin_links II think this relates to the slide show module but I am not sure so I am asking the support list. I am sorry if I am missing something simple because I think I have seen this before but I cannot find it. "Notice: Undefined variable: admin_links in include() (line 34 of/home7/k....o/public_html/staging/sites/all/themes/k....k/templates/vi ews-view.tpl.php)." Any help with this is very much appreciated. Thanks, Steve -- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428 Get 25% off training during the Great Train-Up <http://denverdataman.com/sites/default/files/istock_000003206051xsmall. jpg>
Thank you very much! I have updated http://drupal.org/node/1283528#comment-5016018 Thanks, Steve On Tue, Sep 20, 2011 at 5:54 PM, Metzler, David <metzlerd@evergreen.edu>wrote:
** ** **
Look in the views-view.tpl.php in your theme directory, as the error message indicates. ****
** **
There is probably a reference to the variable $admin_links, but this has not been defined. Try prefixing with @ like this: ****
** **
<?php print @$admin_links?>****
** **
That should take care of your problem. ****
** **
This is a drupal 7-ism to be notice compliant. ****
** **
Dave****
** ** ------------------------------
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Steve Kessler *Sent:* Tuesday, September 20, 2011 4:25 PM *To:* **support@drupal.org** *Subject:* [support] admin_links****
** **
II think this relates to the slide show module but I am not sure so I am asking the support list. I am sorry if I am missing something simple because I think I have seen this before but I cannot find it. ****
** **
"*Notice*: Undefined variable: admin_links in *include()* (line *34* of* /home7/k....o/public_html/staging/sites/all/themes/k....k/templates/views-view.tpl.php *)." ****
** **
Any help with this is very much appreciated. ****
** **
Thanks,****
Steve ****
** **
-- Steve Kessler****
Owner and Lead Consultant ****
****Denver**** DataMan, LLC ****
303-587-4428****
** **
Get 25% off training during the Great Train-Up<http://denverdataman.com/sites/default/files/istock_000003206051xsmall.jpg> ****
** **
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428 Get 25% off training during the Great Train-Up<http://denverdataman.com//sites/default/files/istock_000003206051xsmall.jpg>
participants (2)
-
Metzler, David -
Steve Kessler