[juno] Fatal error: Call to undefined function: menu()
Andy
andy at stronzo.d2g.com
Mon Jul 21 01:59:00 PDT 2003
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:
@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
More information about the juno
mailing list