21 Jul 2003 10:59
Fatal error: Call to undefined function: menu()
Andy <andy <at> stronzo.d2g.com>
2003-07-21 08:59:00 GMT
2003-07-21 08:59:00 GMT
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)
RSS Feed