On Sun, Oct 07, 2001 at 08:06:32PM +0200, Emiliano wrote:
> Bernhard Rammner wrote:
>
> > after i set up midgard DB and midgard.conf to access asgard
> > i get the following error on http://localhost:8101/asgard
> >
> > Fatal error: Cannot redeclare mgd_eval() in
> > /usr/local/httpd/htdocs/midgard/mod2/4.php on line 13
> >
> > any idea where i can get more debug info or what that message
> > could tell me to solve the problem ?
>
> You have an older midgard-root.php around that declares mgd_eval. You
> need a newer version which you can get via cvs, cvsweb or the snaps.
>
> Emile
>
line 13:
function mgd_eval($expr) {
eval("?>".mgd_preparse($expr)."<?");
}
That midgard-root.php is from bifrost release 1.4.2
Would you generally advice to use the latest from CVS,
or for stability reasons to use an older release ?
--
Bernhard
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]