/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?
hello guys i got 2 questions:
1.some reddit posts are fetched correctly and some get the error "... new Reddit on an old browser. The site may not work ... update your browser ! If you do not update ... visit old reddit ."
links are build exactly the same, no archive or other subdomain on them.
Can somebody explain?
AND
2.what does "content" relate to at the "tagging rules"?
From my observations it seems to be at least title+body? maybe even more like url or like rly everything that was fetched?
Thanks!
I'm not very skilled in php. I know procedural php and not much about object php. I don't know nything about Symphony either.
Would it be hard for me to contribute considering my poor skills?
Hi there!
I have the following parsing problem and hoped that someone here has a handy XPATH-expression for this?
The articles I want to parse have custom article-trigger-element
(and similar) tags for some custom highlighting. The actual text is continued in the field "trigger-text". So, for this example,
In Köln habe ich dann das Kommunalwahlprogramm mitgeschrieben, mich als <article-trigger-element trigger-text="City-Lead" article-text="So nennt Volt den Parteivorstand auf lokaler Ebene."> </article-trigger-element> innerhalb der Partei aufstellen lassen und wurde gewählt.
the full sentence would be
"In Köln habe ich dann das Kommunalwahlprogramm mitgeschrieben, mich als City-Lead innerhalb der Partei aufstellen lassen und wurde gewählt."
How can I write a proper XPath config for this? Thanks!
Thanks @di72nn , good idea! It fails however, because these empty nodes are automatically removed before being able to replace them:
graby.DEBUG: HTML after regex empty nodes stripping
I've specified prune: no
and tidy: no
but still do not see the tags survive the first processing step ...
\n\nSQLSTATE[42S02]: Base table or view not found: 1932 Table 'wallabag.wallabag_user' doesn't exist in engine at /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:115