ERROR Worker: Uncaught exception in worker method execution


Hello !Friendica Support
I noticed that my log is full of error, and my instance is unstable , I have to reload the page several times , and everything is going slowly , some help please


Friendica
Friendica 'Interrupted Fern' 2024.12 - 1576

PHP
8.3.6

Message
Friendica\Model\GServer::getNomadVersion(): Return value must be of type string, array returned

Message
Friendica\Core\Storage\Type\Filesystem::put(): Argument #1 ($data) must be of type string, null given, called in /var/www/friendica/src/Model/Photo.php on line 446

Friendica Support reshared this.

in reply to Anomaly

Thanks for the report. The reported errors will not slow down your system, so the speed issues are caused by something else. Mostly the database is to blame in such cases. Please enable the slow query log in your SQL server and have a look there. Also check if your database setup uses enough memory. Tools like mysqltuner.pl can help here, but you shouldn't blindly follow their suggestions.

Concerning the reported errors: The first one is solved in the current release candidate. The second one shouldn't occur anymore, but I will create a pull request for this anyway. Is it possible for you to switch to the release candidate?

in reply to Michael 🇺🇦

Friendica Support reshared this.