I got this issue...

Notice: Undefined variable: footer_links in include() (line 87 of ~sites/all/themes/plate/templates/page.tpl.php).

Where are footer_links supposed to come from in drupal?

Comments

shadcn’s picture

Status: Active » Fixed

Thanks for the bug report. $footer_links is actually part of the Restaurant Distribution (http://drupal.org/project/restaurant).

I pushed a fix.

Status: Fixed » Closed (fixed)

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

sillo’s picture

Where is that "fix" you're talking about ? is that the restaurant link you provided?
I cannot update it, it says Automatic Core updates not supported .. what do i do??!

liza’s picture

i actually got the same error but i havent installed the RESTAURANT features (am not running the distro). the problem is with RADIX 7.x-2.0-beta1. it's missing the region in the .info file.

to fix the issue, change the following in RADIX.info:

; Regions
regions[content]      = Content 

to this:

; Regions
regions[content]      = Content
regions[footer]       = Footer

EDIT: NEVER MIND, WRONG ERROR CORRECTION :D
had two error messages and this resolves the other one.

to correct the original error for this issue, i had to :

1) disable Chef's TEMPLATE.php and drop in the empty one from the RADIX starter kit
2) replace the footer code of PAGE.tpl in CHEF with the footer code of the RADIX page.tpl

that seems to have taken care of the problem for now. i have no idea why the need to have these hard coded in the template instead of creating custom content panes for those :\