Hi Helmut,
Am 08.05.19 um 19:23 schrieb Helmut Grohne:
Thank you for the detailed analysis. The actual failure we see here is
secondary. It tries to log an error and fails. Changing the
LOG_DESTINATION fixes the secondary error. The primary cause seems to
live in JShrink though and I guess that this commit fixes it:
https://github.com/tedious/JShrink/pull/78/commits/91105810dafedba0390608d7465abd602beb6410
JShrink is a vendored library and is installed to
/usr/share/tt-rss/www/vendor/JShrink/Minifier.php. You can apply the
above commit to a live installation without rebuilding the package. Can
any of the reporters try applying it and tell whether it fixes tt-rss?
Yes, using the Minifier.php from the above commit fixes the issue (and
another php warning that appeared in apache error log). In order to test
it, one needs to delete the files from /var/cache/tt-rss/js/* first, or
the minifier won't be called again.
Cheers,
Stefan