ophian / styx

Serendipity Styx Edition - Styx is what Serendipity should be!
https://ophian.github.io
7 stars 0 forks source link

SQL server going away when saying personal settings #34

Closed hbarel closed 2 years ago

hbarel commented 2 years ago

When saving personal settings, PHP crashes with the error:

PHP Fatal error: Uncaught mysqli_sql_exception: MySQL server has gone away in /var/www/html/include/db/mysqli.inc.php:76

This is probably not critical, because changes are saved.

ophian commented 2 years ago

I very often change personal preferences. I have never seen this or heard anybody complaining such. I think this sounds critical, since the MySQL server should not die away without at least a guess why (in the mysql logs perhaps). But I don't think this is a Styx issue.

hbarel commented 2 years ago

You are most likely right. It sounds like a server issue, and probably just for the staging machine. Please close this issue.

ophian commented 2 years ago

-btw., which maria/mysql server are you using and in which version?

hbarel commented 2 years ago

-btw., which maria/mysql server are you using and in which version?

10.5.15-MariaDB-0+deb11u1

But it did not reproduce on another machine, so it's certainly something local. Thanks!