[SOLVED] PDO Error: Subscribe to Feed Via TTRSS App Error

Version: Master release v17.12 generates error and fails to

Subscribe to Feed Via TTRSS Android App

When trying to subscribe from TTRSS (Trial) and all other TTRSS unofficial/old versions (F-Droid, etc), the server fails to subscribe to the feed, gets bogged-down for a while and then spits out this error:

E_WARNING (2)
classes/feeds.php:1507 PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘auth_login’ cannot be null

  1. classes/feeds.php(1507): execute(Array)
  2. classes/api.php(833): subscribe_to_feed(RSS Feed (All), , , )
  3. api/index.php(80): subscribeToFeed()

Reverted back to TT-RSS V17.4 and works fine.

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:
Apache: 2.4.29
PHP Version 7.0.26
MySQL Version 10.0.33-MariaDB
Architecture x86_64
Operating System linux

thanks for reporting. does this patch help?

https://git.tt-rss.org/git/tt-rss/commit/c30f5e18119d1935e8fe6d422053b127e8f4f1b3

Thanks!

Yes, that fixed it.