Hello,

I have a big problem. I don't come to the data of the Member to. Thus I put
on myself a Group form (ID=3). And also a member put on. If I call it by a
PHP Script, the always following errors appear:

Line 72:          $group=3;
Line 73:          $lst = mgd_list_members($group);
Line 74:          while( $lst->fetch() ) {
Line 75:            $person = mgd_get_person($lst->uid);
Line 76:            if($person->username==$usersid and
$person->password==$passsid){
Line 77:              ..
Line 78:            }

Fatal error: Call to a member function on a non-object in
snippet://authentifizierung/auth-script on line 74

That it can lie. The Midgard version is 1.4.1. Even if I take the complete
code from the Midgard documentation, this error appears.   

With friendly greeting

Daniel Hegermann


      

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

Reply via email to