after the update to 3.2.11p1 phpMyAdmin no longer works. A downgrade to 3.2.11 brought relief. Only this appeared in the log file. Code: [09/Dec/2023:09:06:43 +0100] "GET /phpmyadmin/ HTTP/1.1" 401 2806 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" Configuration files of phpMyAdmin are unchanged. Operating system Rocky Linux 8.9 PHP 8.1.26 as PHP-FPM MariaDB 10.6.16 Apache 2.4.58
That's quite strange, as the difference between 3.2.11 and 3.2.11p1 has nothing to do with phpMyadmin and phpmyadmin is also not part of an ISPConfig update. So my guess is that something else on your system failed dnad the downgrade restarted services and this fixed it.
I have 2 servers (apart from hard disk size) same hardware and also same software. one server is still running with ISPConfig 3.2.11 the other with 3.2.11p1. When I update the server I have the same problem. When I restore the backup, phpMyAdmin works again. Very mysterious, strange. i have the webserver restarted after downgrade. nothings more
Must be some kind of strange side effect then, as the difference between the two versions can not be the reason. Only a single file that is part of the language file editor has changed. And error 401 is unauthorized error in php, did you try using a different browser or anonymous mode in your browser, maybe its just some caching issue in http auth or something like that?
I have tried a number of browsers with private mode. the same everywhere. this must be a side effect. What has changed from version 3.2.11 to 3.2.11p1
The problem is, that only one file has changed, which is completely unrelated: https://git.ispconfig.org/ispconfig/ispconfig3/-/commit/1d027303f4c2aa546a1dc31e005270647c974a2e This file is not even called during an update, it is the file that gets run when you click on System > Languages and then click on a file in the language file list.
I'll make a video tomorrow, it's too late today. Then I'll show you what I mean. Firstly, thank you for your support. i'll make privat message as I don't want to be counted here again if ip etc are visible.
Good evening, now I am a little smarter. in the "PerfectServer" documentation http stat cookie is specified. What phpmyadmin no longer does after the update is http_auth. cookie works perfectly. Secure the whole thing with fail2ban, then it works again with the customers. THX