on conference submit I get a call to undefined function nasa_custom_toggle() - indeed grepping over the whole installation of this distribution does not bring up any file that contains the definition of that function.

Comments

ronbo’s picture

i also get the same error when i submit a new conference:

Fatal error: Call to undefined function nasa_custom_toggle() in
..../cgi-bin/drupal/profiles/cod/modules/conference_organizing/conference_organizing.module on line 1711

the conference gets added to the conference list, but the same error occurs when i click on the conference title.

i commented out line 1711:
$mission = $show_mission ? nasa_custom_toggle(check_markup($group->og_description), check_markup($group->body)) : '';

$mission only occurs again at line 1770.

COD seems to be running fine (so far). i'll post when the lack of a value for $mission causes another error.

please let me know if the lack of $mission causes an important problem for COD.

thanks!

moshe weitzman’s picture

you have to use the HEAD of this module for now.

Anonymous’s picture

I have downloaded the latest version of cod.

Nightly development snapshot from CVS branch: HEAD
Download: cod-5.x-1.x-dev.tar.gz
Size: 21.16 KB
md5_file hash: 3cf691383e5936883c8929b9cc6499b3
First released: July 27, 2007 - 04:17
Last updated: December 25, 2007 - 02:06

How can I get rid from the error?

Fatal error: Call to undefined function nasa_custom_toggle() in .../profiles/cod/modules/conference_organizing/conference_organizing.module on line 171

Thank you.