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

fgm’s picture

Status: Active » Postponed (maintainer needs more info)

Hello. Can you confirm:

  • the PHP version
  • the Drupal core version
  • the $Id$ string on top of the zeitgeist.module file : I think you will see 1.9.4.6

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.

mrgoltra’s picture

Hi 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

fgm’s picture

Status: Postponed (maintainer needs more info) » Needs work

Bug confirmed. As a workaround, edit line 417 and replace "zeitgeist_admin_settings_submit" by "zeitgeist_admin_settings_validate".

fgm’s picture

Assigned: Unassigned » fgm
Status: Needs work » Fixed

Fixed in todays 5.x-dev version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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