Hi, I try to access my server today, but it was not possible at the first try. After several attempts It worked, and the php-error.log has a lot of this lines
#3 /home/keyhelp/www/keyhelp/cronjob/mastercronjob.php(75): DatabaseConnection->__construct()
#4 {main}
thrown in /home/keyhelp/www/keyhelp/core/Database/DatabaseConnection.php on line 244
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: MySQL - Connection Error: 2002 (Connection refused) in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 286
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 86
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 87
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 88
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 111
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: DBConnection::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 112
[02-Sep-2022 01:53:01 America/New_York] PHP Warning: mysqli::ping(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 122
[02-Sep-2022 01:53:02 America/New_York] PHP Notice: DB-Connection timed out, now reconnecting... in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 131
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: mysqli::close(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 93
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: MySQL - Connection Error: 2002 (Connection refused) in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 286
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 86
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 87
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 88
[02-Sep-2022 01:53:02 America/New_York] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 111
My virtual server
KVM Virtual system (VPS)
KeyHelp 22.2
Debian 11.5 (64-bit)
MariaDB 10.5.15
Apache 2.4.54
PHP 7.4.30
Any help is appreciated
Thanks in advance
Pedrope