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

PEAR error is mangling the SYSTEM tab #9

Closed hydrian closed 10 years ago

hydrian commented 10 years ago

The strict error:

Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context

hydrian commented 10 years ago

While working now, if E_STRICT logging is enabled, this throws lots of ugly error and should be fixed.

hydrian commented 10 years ago

This is not a problem with this project. It is an issue with Net::LDAP2 internal processing.

hydrian commented 10 years ago

Disable E_STRICT PHP logging for deal with this issue.