pp wrote:

>  PHP Fatal error:  Call to a member function on a non-object in code-global(66) : 
>eval()'d code on line 730

Most likely there's something like:

$object = mgd_get_object(...);
$object->list...

without checking in between whether the object returned is valid.

Emile



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

Reply via email to