Hello,

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

Tony Lee



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

Reply via email to