-
Notifications
You must be signed in to change notification settings - Fork 38
PHP Fatal error: Uncaught PDOException: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "ttrss_version" does not exist #40
Comments
After recreating my ttrss container a few days ago, I get the same error message. The image wasn't updated in quite some time, though. I guess ttrss changed something in their GitHub repo and the docker image does not reflect it, yet? Everything worked fine a week (or few weeks) ago. :-) |
Is there a way to use an older version of TTRSS? I've tried 2-3 other docker images and they all have the same error for |
@nemosmithasf You can fix |
I just created pull request #41 to resolve |
With pull request #41 merged this should be resolved. |
I also have the issue with "relation "ttrss_version" does not exist", with the latest docker image pulled. |
@ambroisie re-starting your container should resolve this, the container hasn't finished initializing the database. |
It still is happening with the latest Docker image for a clean install. Looks like because of this:
|
PR #45 was merged -- please retry and let me know if the issue persists. Thanks! |
I am not going to be using this software after reading up on the author, but thank you for your work. |
Hi,
I added but still getting Please set Config::get(Config::SELF_URL_PATH) to the correct value detected for your server: https://ttrss.23-5.eu/ (you're using: http://localhost/) |
Changing the /var/www/ttrss/config.php inside the container can be used as a quick-fix. |
I'm trying to install the image on a Synology NAS via Docker.
I think my configurations are correct


docker-ttrss
postgres

But I get the following error / log when I run everything
Visiting the URL gives me a "startup failed, set SELF_URL_PATH" message

Does anybody have any insight into what's wrong with my configuration?
The text was updated successfully, but these errors were encountered: