You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the latest updates to the tt-rss code I'm getting this error about an undefined function. I'm not sure if this function used to be part of tt-rss and was deleted? It doesn't appear to be part of PHP.
2017/05/08 10:30:16 [error] 61785#0: *1051 FastCGI sent in stderr: "PHP message:
PHP Fatal error: Uncaught Error: Call to undefined function ccache_update() in /www/tt-rss/plugins.local/repos/fever/fever/fever_api.php:716
Stack trace:
#0 /www/tt-rss/plugins.local/repos/fever/fever/fever_api.php(724)$ FeverAPI->setItem(106359, 1, 0) #1 /www/tt-rss/plugins.local/repos/fever/fever/fever_api.php(850)$ FeverAPI->setItemAsRead(106359, NULL) #2 /www/tt-rss/plugins.local/repos/fever/fever/index.php(52): FeverAPI->index(NULL) #3 {main}
thrown in /www/tt-rss/plugins.local/repos/fever/fever/fever_api.php on line 716" while reading response header from upstream, client: 10.10.10.10, server: www.example.com, request: "POST /tt-rss/fever/?api HTTP/1.1", upstream: "fastcgi://unix:/tmp/php-fpm.sock:", host: "example.com"
The text was updated successfully, but these errors were encountered:
Ahhhh. Interesting. What I said worked fine for me!? I wonder if something in PHP 7.1.4 is mapping it. You're right though it looks like it should be ccache::update(). That also works for me. I'll redo the pull request.
Since the latest updates to the tt-rss code I'm getting this error about an undefined function. I'm not sure if this function used to be part of tt-rss and was deleted? It doesn't appear to be part of PHP.
The text was updated successfully, but these errors were encountered: