Yes, php 8.3 and mbstring installed.
error log:
[08-Jul-2025 22:57:14 +0000]: <igitr4m4> DB Error: SQLSTATE[HY000] [1045] Access denied for user 'BT_DB_USERNAME'@'localhost' (using password: YES) in /www/wwwroot/mail.o3s.uk/program/lib/Roundcube/rcube_db.php on line 201 (GET /)
this is the DB (rcube_db.php)
}
catch (Exception $e) {
$this->db_error = true;
$this->db_error_msg = $e->getMessage();
rcube::raise_error([
'code' => 500, 'type' => 'db',
'line' => __LINE__, 'file' => __FILE__,
'message' => $this->db_error_msg
],
true, false
@aaPanel_Kern