Good Day,
I am getting this error when I try to enable the block. Any suggestions?
Fatal error: Call to undefined function zeitgeist_admin_settings_submit() in /hsphere/local/home/mysite.com/sites/all/modules/search/zeitgeist/zeitgeist.module on line 417
Thank you,
Mark
Comments
Comment #1
fgmHello. Can you confirm:
Can you check using zeitgeist.module 1.9.4.5 ? This *does* seem like a commit which shouldn't have been done: the reference to that function is absent from 1.9.4.5.
Comment #2
mrgoltra commentedHi fgm,
Here is the info
PHP version is 5.2.3
Drupal Core version is 5.7
From the module file. Fresh install.
* @copyright 2005-2007 Frédéric G. MARAND
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
* @version CVS: $Id: zeitgeist.module,v 1.9.4.6 2007/11/19 20:53:08 fgm Exp $
* @link http://drupal.org/project/zeitgeist
* @since Drupal 4.7
Thanks,
Mark
Comment #3
fgmBug confirmed. As a workaround, edit line 417 and replace "zeitgeist_admin_settings_submit" by "zeitgeist_admin_settings_validate".
Comment #4
fgmFixed in todays 5.x-dev version.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.