Andy | 21 Jul 2003 10:59

Fatal error: Call to undefined function: menu()


Hello,

after updating from CVS I'm getting this error:

Fatal error: Call to undefined function: menu() in
/usr/local/apache/htdocs/horde/juno/register.php on line 21

which is:

 <at> define('JUNO_BASE', dirname(__FILE__));
require_once JUNO_BASE . '/lib/base.php';

/* Obtain the Juno $css array so that mouseovers will work. */
Horde::getThemeConfig(JUNO_BASE);

$title = _("Checkbook Register");
require JUNO_TEMPLATES . '/common-header.inc';
  line 21 ------>   Juno::menu();
require JUNO_TEMPLATES . '/register/head.inc';
require JUNO_TEMPLATES . '/register/registerrow.inc';
require JUNO_TEMPLATES . '/register/foot.inc';
require JUNO_TEMPLATES . '/common-footer.inc';

Can somebody please help me in solving this error?

Thanks!

Andy

(Continue reading)

Marko Djukic | 21 Jul 2003 12:26

Re: Fatal error: Call to undefined function: menu()

i'm only half-way through committing the base to juno, so it is going to be 
broken.

marko

Quoting Andy <andy <at> stronzo.d2g.com>:

>
> Hello,
>
> after updating from CVS I'm getting this error:
>
> Fatal error: Call to undefined function: menu() in
> /usr/local/apache/htdocs/horde/juno/register.php on line 21
>
> which is:
>
>  <at> define('JUNO_BASE', dirname(__FILE__));
> require_once JUNO_BASE . '/lib/base.php';
>
> /* Obtain the Juno $css array so that mouseovers will work. */
> Horde::getThemeConfig(JUNO_BASE);
>
> $title = _("Checkbook Register");
> require JUNO_TEMPLATES . '/common-header.inc';
>   line 21 ------>   Juno::menu();
> require JUNO_TEMPLATES . '/register/head.inc';
> require JUNO_TEMPLATES . '/register/registerrow.inc';
> require JUNO_TEMPLATES . '/register/foot.inc';
> require JUNO_TEMPLATES . '/common-footer.inc';
(Continue reading)


Gmane