Getting the following errors on the Quotes page (example http://dev.lightofthesoul.biz/quotes )for an anonymous user, but these do not show up for a logged in user.
Notice: Undefined variable: name in theme_quotes_page() (line 1619 of /sites/all/modules/quotes/quotes.module).
Notice: Undefined variable: menu_title in theme_quotes_page() (line 1619 of /sites/all/modules/quotes/quotes.module).
hosted on a 1&1 business level Linux account
Drupal core 7.9
MODULES
Administration menu 7.x-3.0-rc1
Advanced help 7.x-1.0-beta1
Chaos tool suite (ctools) 7.x-1.0-rc1
Date 7.x-2.0-alpha4
libraries 7.x-1.0
Meta tags 7.x-1.0-alpha3
Nodeaccess 7.x-1.x-dev (2011-Feb-17)
Quotes 7.x-1.x-dev (2011-Oct-10)
Scheduler 7.x-1.0
site_verify 7.x-1.0
superfish 7.x-1.8
Token 7.x-1.0-beta7
Views 7.x-3.0-rc1
wysiwyg 7.x-2.1
THEME
Danland 7.x-1.0 (no custom modifications)
Comments
Comment #1
cvining commentedI can confirm these notices, except the line number is now 1669
drupal_add_feed($url, t("RSS - Favorite @title of !name", array('!name' => $name, '@title' => $menu_title)));-- Cronin
Comment #2
ctmattice1 commentedfixed in new dev release. leaving issue open for a couple of weeks
Comment #3
ctmattice1 commented