Cytowanie Ben Peter <[EMAIL PROTECTED]>:

> All,
> 
> When I try to attach something in nadmin, I'm getting the following
> error:
> 
> Fatal error: Call to undefined function: mgd_get_() in ROOT(1297) :
> eval()'d code on line 102
> 
> Does anyone have a clue how I can fix this?
> 
> I'm using nadmin 1.4.1, Midgard 1.4.3-RC and php 4.1.2

I;d bet my last lunch on this world on 'register_globals' as nadmin uses GET 
var $type to distinguish mgd_get function in da following routine

$func="mgd_get_".$type;
$object=$func($id);

When register globals fails you get mgd_get_() insteda of i.e. mgd_get_article.

Solt

PS. Excellent wine from France..only 3EUR per bottle..hick! Good night!

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


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

Reply via email to