ps aux | grep [h]ttpd
or ps aux | grep [a]pache
will tell you which it needs to be.
ps aux | grep [p]hp
will tell you what user that has to be.
sudo chown -R <whoever it has to be> /usr/share/webapps/wallabag/web/uploads/import
and try importing again.
TASK [postgresql db] bin dev entrypoint.sh etc home lib media mnt opt proc root run sbin srv sys tmp usr var An exception occurred during task execution. To see the full traceback, use -vvv. The error was: psycopg2.OperationalError: fe_sendauth: no password supplied fatal: [localhost]: FAILED! => {"changed": false, "msg": "unable to connect to database: fe_sendauth: no password
/var/www/wallabag/bin/console wallabag:install --env=prod --no-interaction
? The database does not get created automatically at first run. You have to run a command for it
chown -R nobody:nobody bin app/config vendor data web var
to fix this from this issue link: wallabag/docker#145
I am going to tell the truth. My wallabag installation is not even working properly yet. I am getting a 500 error SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xFCrnber...' for column 'headers' at row 1
on certain websites, but I am using the last version and my DB (mysql) is using utf8mb4.
So I didn't tried anything else yet, as Redis.
I found one already open and just included a comment for that. Most of the issues I saw people were complaining about the "content" column, not the "headers" one.
Hey, can someone try to add this page to Wallabag and let me know if it will result in a 500 Internal Server Error?
https://www.fastcompany.com/3042046/the-science-behind-how-boredom-benefits-creative-thought
site_config
but I am not familiar with what that is exactly.2021/09/11 10:13:35 [error] 174#174: *118 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67
wallabag_internal_setting
exists in the DB when I connect using PGadmin.Is it possible de delete a user in Wallabag? I found in the doc that it was possible to create or to deactivate a user, but I found no way to delete an existing user.
By the way I found no way to set an existing user to an admin role within the GUI. Is there a way to do that?