On Thu, 2002-11-07 at 10:44, Eero af Heurlin wrote:
> > No matter how hard I try I can't seem to get Midgard working on our server.
> > I've read all the instruction (including Mrival's) to the point I'm getting
> > to know them rote, but still http://www.india-center.net:8001/asgard gives
> > me this:
> > 
> > argc; $argv = $midgard->argv; } function mgd_execute_udf($variable,
> > $selector) { $function = mgd_register_filter($selector);
> > $function($variable); } function mgd_register_filter($selector,
> > $function=NULL) { static $udf = array(); if (is_null($function)) { return
> > $udf[$selector]; } if ($function == '') { unset($udf[$selector]); } else {
> > $udf[$selector] = $function; } return 1; }
> > 
>mgd_eval("?>".mgd_template("code-compat")."".mgd_template("code-global")."".mgd_template("code-init")."".mgd_template("ROOT")."

In Red Hat's default PHP installation short_open_tags are turned
Off which means that midgard-root.php is not getting evaluated
(this should be fixed in that file!!)

Edit your php.ini and restart Apache.

/Bergie

-- 
Henri Bergius                           [EMAIL PROTECTED]
Consultant Partner                      Tel: +358-20-198 6032
Nemein Oy                               http://www.nemein.com/

Nemein.Net - Project tracking solution for consulting companies
http://www.nemein.com/Nemein.Net/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to