Current HESK License: License
PHP Version: 7.4.33 (MySQLi)
MySQL Version: 10.5.23-MariaDB-0+deb11u1-log
/hesk_settings.inc.php: Exists, writable
/attachments: Exists, writable
/cache: Exists, writable
Good evening Klemen.
After updating to 3.5.0, I encountered a certain issue, but I'm not sure if it qualifies as a problem.
1. During the installation process, with the presence of PHP version 7.4.33 (MySQLi), there was an issue with modifying the hesk_settings.inc.php file, and many changes were not applied. The update script itself did not report any errors and completed the basic process. According to our chief system administrator, this is because the PHP version is lower than 8.x. Parameters were created, but values were not assigned to them. We fixed it manually, and the 500 error disappeared.
Examples:
$hesk_settings['admin_js']=;
// --> Barcode
$hesk_settings['barcode']=array(
'print' => 0,
'staff_only' => ,
'type' => '',
'format' => '',
'width' => ,
'height' => ,
'color' => '',
'bg' => '',
$hesk_settings['email_max_recipients']=;
$hesk_settings['imap_disable_GSSAPI']=;
And so on.
As a result, due to the incorrect update of the configuration file, a 500 error occurred.
2. After migrating clients to the database, many clients simply did not copy over. And here, something even more interesting was discovered. Completely randomly, after registration, some clients see their past requests in their personal account, while others do not.
3. Please explain the mechanism for the presence of the client list in the database. Today, I checked it myself. If I delete my personal account, which was transferred during the migration from the database, all requests from the database are deleted (possibly their email identification disappears, so they simply disappear from the general list of requests).
P.S. Initially, I tested the update on a different database with the following specifications:
PHP Version: 8.2.18 (MySQLi)
MySQL Version: 10.11.6-MariaDB-0+deb12u1
No errors occurred at all after the update.
I will continue testing on the working database. It's like a real omega test.

I have translated the new email messages and new features in 3.5.0 into Russian. I will send you the updated files for the RU region soon.
With respect to you and your work,
Denis