Christoph Bayer
Christoph Bayer
I have the same issue, looks like commit 01d22e255f7a026bb0b0324cde1d8a8756c84a20 in the tt-rss repository leads to this problem: ``` - $this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING); + $this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); ``` But I can't say what...
I will try to change the log method, but something is really wrong with the logging, this should work even with sql logging... ``` PDOStatement::execute(): SQLSTATE[22P02]: Invalid text representation: 7...
With both other logging methods it works...
Thank you for the hint! I created the two database tables but run into the exception mentioned in #1129. In what file do I have to insert your proposed addition?
Thanks for trying to help me! I needed to correct the social_url, too. But I still get an error at the very end of the reset: ``` [root@beta nextcloud]# sudo...
Hi, it can't work with self signed certificates at the moment, it has to be allowed in the AndroidManifest. in AndroidManifest.xml insert a new line after 37:android:allowBackup="true": `android:networkSecurityConfig="@xml/network_security_config"` and a...
Hi, it can not work with self signed certificates at the moment, it has to be allowed in the AndroidManifest. in AndroidManifest.xml insert a new line after 37:android:allowBackup="true": android:networkSecurityConfig="@xml/network_security_config" and...
@nerzhul This was the wrong issue, I wanted to insert my comment to #184, which I than did, and there is the missing file content :) I'm not sure if...