-
Notifications
You must be signed in to change notification settings - Fork 21
PDOException on 5a35b31 with PHP7.2 #31
Comments
Looks like an error in the logging system not Auth-LDAP. Auth-LDAP doesn't use PDO for anything. Please at switch to log logging type and see if that error continues. File or syslog are good candidates. If it doesn't, it is a logging issue and you should update the core. It the exception continues, I'll take a look into it. |
I have the same issue, looks like commit 01d22e255f7a026bb0b0324cde1d8a8756c84a20 in the tt-rss repository leads to this problem:
But I can't say what the root cause problem is... Now some problem is not a simple warning but an exception which stops tt-rss from working... |
Did either of you try switching to non-sql logging? See if that works. |
I will try to change the log method, but something is really wrong with the logging, this should work even with sql logging...
|
With both other logging methods it works... |
I haven't changed the logging messages in years, so something changed upstream. It has to be determined if this is a bug from upstream or a change of logging requirements. |
@chrbayer It sounds like a bug. If it was a change of requirements, it would have probably still had an issue. I'll see what I can find upstream. |
I posted this mainly because I haven't gotten the LDAP auth to work right yet. I noticed that the error logging was broken before my pull and even more broken after. I haven't spent much time digging into it due to other priorities, but switching the logging to syslog works fine for getting the errors. |
@mbazdell, |
Hello,
I'm running into this error on a brand new setup. It passes the login screen but then just sits at a blank page.
The text was updated successfully, but these errors were encountered: