You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to get some properties, such as "dn", returned by the "public function __get($attribute)", i got an PHP parse error like:
[error] 1008#0: *33 FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected T_ELSE, expecting T_FUNCTION in collections/adLDAPCollection.php on line 108
Fixed adding below lines in "public function __get($attribute)", after line 93:
When trying to get some properties, such as "dn", returned by the "public function __get($attribute)", i got an PHP parse error like:
[error] 1008#0: *33 FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected T_ELSE, expecting T_FUNCTION in collections/adLDAPCollection.php on line 108
Fixed adding below lines in "public function __get($attribute)", after line 93:
The text was updated successfully, but these errors were encountered: