This will delete the page "FAQ". Please be certain.
Lastpass arbitrarily breaks tt-rss forms preventing various stuff like saving settings from functioning properly.
Almost every time those are caused by malfunctioning and/or badly written browser extensions. Always try opening tt-rss without browser extensions running (i.e. separate Firefox profile, Chrome incognito mode, etc). This way you will be able to figure out which extension breaks things.
One of the extensions that causes such problems is Lastpass.
Mcrypt extension has been used to encrypt credentials for password-protected feeds via config.php directive FEED_CRYPT_KEY.
If you don't have any feeds with http authentication you can safely set FEED_CRYPT_KEY to an empty string and forget mcrypt ever existed. If you have any feeds with stored credentials you will either need to decrypt them first using older PHP version (7.1 or below) by running update.php --decrypt-feeds and then set FEED_CRYPT_KEY to an empty string.
If that is too much effort you will have to enter your login and password again for affected feeds in the Feed Editor. Your other data will not be affected in any way whatsoever.
PostgreSQL should give you much better performance, especially if you tune it a bit.
SELF_URL_PATH/public.php?op=subscribe&feed_url=%s
SELF_URL_PATH = http://your.ttrss.server/tt-rss/
SELF_URL_PATH/backend.php?op=getUnread&login=LOGIN
No password required. In single user mode, use “admin” for login.
See this thread: https://tt-rss.org/oldforum/viewtopic.php?f=1&t=2909&p=23459#p17145
Find and delete daemon lock file in LOCK_DIRECTORY.
Usually, it’s lock/update_daemon.lock. You can also remove
update_daemon.stamp.
In short, you may and will see articles with date older than the cutoff for purging. Here’s why:
Please see these forum threads for more information:
You can see article import date if you mouse over displayed date in tt-rss web UI.
Related question:
Because the articles are still in the feed and get imported again.
Apparently it’s some addon or a browser setting problem, using clean profile helps.
Read this thread: https://tt-rss.org/oldforum/viewtopic.php?f=16&t=3876
Error message: Invalid default value for 'last_updated'
See this thread/post for instructions: https://tt-rss.org/oldforum/viewtopic.php?f=1&t=3871&p=22884#p22884
The problem is that if you have auth_remote enabled in config.php tt-rss tries to automatically log you in as the user specified by the server using HTTP authentication, which may not have administrative privileges. You will need to either temporarily disable auth_remote (replace it with auth_internal in config.php), temporarily disable HTTP authentication, or give yourself administrative permissions using the SQL client:
update ttrss_users set access_level = 10 where login = 'you';
Most likely you don’t have enough hardware for your requested amount of feeds. Switch up to a faster VDS tier or use something else.
This will delete the page "FAQ". Please be certain.