hydrian / TTRSS-Auth-LDAP

GitHub repository for Tiny Tiny RSS's auth_ldap plugin
https://github.com/hydrian/TTRSS-Auth-LDAP/wiki
Other
28 stars 21 forks source link

isError not called correctly #4

Closed hydrian closed 8 years ago

hydrian commented 11 years ago

E_STRICT (2048) usr/share/php/Net/LDAP2/Schema.php:493 Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context E_STRICT (2048) plugins/auth_ldap/init.php:197 Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context E_STRICT (2048) usr/share/php/Net/LDAP2/Filter.php:295 Non-static method PEAR::isError() should not be called statically

1of16 commented 11 years ago

now I can't log-in anymore, since I updated the init.php: TT-RSS Login Attempt: user attempted to login (Unknown User) from

and there are still this errors: E_STRICT (2048) usr/share/php/Net/LDAP2/Filter.php:295 Non-static method PEAR::isError() should not be called statically

hydrian commented 11 years ago

What version of tress are you using? I tested with 1.8 and had no problem. Are you using 1.9?

1of16 notifications@github.com wrote:

now I can't log-in anymore, since I updated the init.php: TT-RSS Login Attempt: user attempted to login (Unknown User) from


Reply to this email directly or view it on GitHub: https://github.com/hydrian/TTRSS-Auth-LDAP/issues/4#issuecomment-21687259

Sent from my Android phone with K-9 Mail. Please excuse my brevity.

1of16 commented 11 years ago

yes, I am using 1.9

hydrian commented 11 years ago

Also are there any messages in your web server's error log?

1of16 notifications@github.com wrote:

yes, I am using 1.9


Reply to this email directly or view it on GitHub: https://github.com/hydrian/TTRSS-Auth-LDAP/issues/4#issuecomment-21687462

Sent from my Android phone with K-9 Mail. Please excuse my brevity.

hydrian commented 8 years ago

Closing with commit a7f7a5a82d9202a5c40d606a5c519ba61b224eb8. With the removable of Net-LDAP2, there is no isError errors anymore.