diff options
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ hide: !!! notice - [Docker-related stuff has a separate FAQ page](wiki/InstallationNotes.md#faq) + [Docker-related stuff has a separate FAQ page](Installation-Notes#faq) ### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly @@ -37,7 +37,7 @@ This sets your password back to default (``password``) and disables OTP. ### I have HTTP authentication enabled and get “Your access level is insufficient to run this script” error on login -The problem is that if you have `auth_remote` enabled in [PLUGINS](wiki/GlobalConfig.md) tt-rss tries to automatically log you in as the user specified by the server using HTTP authentication, which may not have administrative privileges. +The problem is that if you have `auth_remote` enabled in [PLUGINS](Global-Config) tt-rss tries to automatically log you in as the user specified by the server using HTTP authentication, which may not have administrative privileges. The easiest way is simply updating database using CLI (`php ./update.php --update-schema`). Docker setup does this on startup. @@ -108,7 +108,7 @@ Related question: Because the articles are still in the feed XML and get pulled in (again) on next feed update. -See also: [ArchivedFeed](wiki/ArchivedFeed.md) +See also: [[Archived Feed]] ### I have used update daemon before, but switched away from it. However, the UI keeps nagging me about the daemon not running or not updating feeds or whatever. |