Unhandled Exception (512) when archiving an article

I just installed a Tiny Tiny RSS on my Raspberry PI 3B.

I noticed that when I want to archive an article from a feed I get an Unhandled Exception :

ReferenceError: query is not defined
Stack trace:
ReferenceError: query is not defined
at archiveSelection (http://rss.domain.net/index.php:443:6)
at eval (eval at headlineActionsChange (http://rss.domain.net/index.php:465:38), <anonymous>:1:1)
at headlineActionsChange (http://rss.domain.net/index.php:503:38)
at Object.eval (eval at construct (http://rss.domain.net/lib/dojo/tt-rss-layer.js?1521050602:8:8026), <anonymous>:2:1)
at Object.advice (http://rss.domain.net/lib/dojo/dojo.js?1521050602:8:59521)
at Object._268 [as onChange] (http://rss.domain.net/lib/dojo/dojo.js?1521050602:8:59212)
at Object.<anonymous> (http://rss.domain.net/lib/dojo/tt-rss-layer.js?1521050602:8:168124)
at http://rss.domain.net/lib/dojo/dojo.js?1521050602:8:32980
at Object.<anonymous> (http://rss.domain.net/lib/dojo/tt-rss-layer.js?1521050602:8:149499)
at http://rss.domain.net/lib/dojo/dojo.js?1521050602:8:32980

On the erros logs it apears that the erro code is E_USER_WARNING (512) from the file client-js:index.php:443

This issue occurs with a advanced user account

tt-rss version : Tiny Tiny RSS v17.12 (7560e54)

Platform :

  • Raspberry PI 3B
  • Raspbian 9 (stretch)
  • PHP 7.0
  • MariaDB - 10.1.23-MariaDB-9+deb9u1

Thanks for the help !

Should be addressed with https://git.tt-rss.org/fox/tt-rss/pulls/53 (pending review+merge).

it’s merged now

/20ch