> 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")." > > The closest thing I've been able to find to an answer is this unresolved > thread: > http://www.geocrawler.com/mail/msg.php3?msg_id=4210148&list=527 > > Can anyone help me? Please! > My PHP info is here: http://64.49.255.10/info.php >
It seems that it's not executing the midgard-root.php (entry point to Midgard) but returning it as text/html instead, make sure it can be parsed/executed be PHP. -- Eero af Heurlin [EMAIL PROTECTED] Consultant Partner Tel: +358 (0)20 198 6035 Nemein Solutions Oy http://www.nemein.com/ Nadmin Studio and Midgard support at +358-20-198 6050 / [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
