Hi all,
Ferenc Engard wrote:
>
> Hi all,
>
> On every update nadmin gives this error message:
> Fatal error: Call to a member function on a non-object in
> snippet:///hklc_adminsite_host/lib/rcs_functions on line 487
>
> That code is in the function rcs_createfile, and it is too complicated
> to me. Alan?
Ok, I have found the problem, although it will not be a problem for new
users: In the snippet above, line 486 is:
$link = $func($object->$k);
If I modify it like:
$link = $func(intval($object->$k));
Then it doesn't return NULL if $func=="mgd_get_person", $object is a
page and $k=="author". Well, as I know, Emiliano just corrected this
issue in the today's CVS. :-P
Emile, can I just compile the new midgard {lib,mod,php ext}, and use
them instead of the jan. 15 version? Is there a chance that it breaks
anything?
(Ah, yes, and did you put up the patches for nadmin what I have sent?)
Fery
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]