phpMyAdmin after 3.2.11p1

Discussion in 'General' started by w3bservice, Dec 9, 2023.

  1. w3bservice

    w3bservice Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    ahrasis likes this.
  3. w3bservice

    w3bservice Member

    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
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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?
     
    ahrasis likes this.
  5. w3bservice

    w3bservice Member

    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
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    ahrasis likes this.
  7. w3bservice

    w3bservice Member

    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.
     
    Th0m likes this.
  8. w3bservice

    w3bservice Member

    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
     
    till likes this.

Share This Page