[BUGS] XAMPP 5.6.8-0 & 5.5.24-0 issues

Problems with the Windows version of XAMPP, questions, comments, and anything related.

[BUGS] XAMPP 5.6.8-0 & 5.5.24-0 issues

Postby Altrea » 22. April 2015 20:07

In this thread we collect all information about issues with XAMPP for Windows 5.6.8-0 & 5.5.24-0
To report a bug simply create a new forum thread

XAMPP 5.6.8-0

confirmed

acknowledged

    XAMPP 5.5.24-0

    confirmed

    acknowledged
      We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

      It's like porn for programmers 8)
      User avatar
      Altrea
      AF Moderator
       
      Posts: 11926
      Joined: 17. August 2009 13:05
      XAMPP version: several
      Operating System: Windows 11 Pro x64

      Security page with italian location white screen of death

      Postby Altrea » 22. April 2015 20:10

      Bug Report

      The security page (http://localhost/security/index.php) cannot be displayed with italian localization. It produces a white screen of death.
      Reason for this is that the language is not mentioned in the listing of the allowed languages in the file \xampp\security\htdocs\lang.php


      Reproducible Testcase

      change the language to Italiano and click on the Link with the name "Sicurezz"


      Affected XAMPP versions
      definitely since XAMPP 1.8.2-4 / 1.8.3-3, maybe even earlier.
      (XAMPP 1.8.0 was correct in its behavior)


      Solution

      There is a language "sl" in the listing which never gets used, so the recommend way is to replace sl with it:
      • Open in your editor the file \xampp\security\htdocs\lang.php
      • Search for the following line
        Code: Select all
           if (($lang == "de") || ($lang == "en") || ($lang == "es") || ($lang == "fr") || ($lang == "jp") || ($lang == "nl") || ($lang == "no") || ($lang == "pl") || ($lang == "pt") || ($lang == "pt_br") || ($lang == "sl") || ($lang == "zh")) {
      • change this line to
        Code: Select all
           if (($lang == "de") || ($lang == "en") || ($lang == "es") || ($lang == "fr") || ($lang == "jp") || ($lang == "nl") || ($lang == "no") || ($lang == "pl") || ($lang == "pt") || ($lang == "pt_br") || ($lang == "it") || ($lang == "zh")) {
      • save the file
      We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

      It's like porn for programmers 8)
      User avatar
      Altrea
      AF Moderator
       
      Posts: 11926
      Joined: 17. August 2009 13:05
      XAMPP version: several
      Operating System: Windows 11 Pro x64

      OpenSSL 1.0.1l included NOT 1.0.1m

      Postby Altrea » 22. April 2015 20:50

      Bug Report

      XAMPPs Apache includes the binaries of OpenSSL 1.0.1l, NOT OpenSSL 1.0.1m as described in the Announcements.
      The openssl.exe included in \xampp\php\extras\openssl\ is even older (don't know if this is used anywhere)


      Reproducible Testcase

      Start Apache and read out the version information in the phpinfo() page.


      Affected XAMPP versions

      At least the .zip Versions of XAMPP 5.6.8 and 5.5.24. Other versions not checked (yet)


      Solution

      We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

      It's like porn for programmers 8)
      User avatar
      Altrea
      AF Moderator
       
      Posts: 11926
      Joined: 17. August 2009 13:05
      XAMPP version: several
      Operating System: Windows 11 Pro x64

      phpMyAdmin v4.3.11 included NOT v4.4.3

      Postby Altrea » 26. April 2015 20:51

      Bug Report

      XAMPPs includes the phpMyAdmin version 4.3.11 NOT version 4.4.3 as described in the Announcements.


      Reproducible Testcase

      Start Apache and MySQL, access http://localhost/phpmyadmin and read out the version information.


      Affected XAMPP versions

      At least the .zip Versions of XAMPP 5.6.8 and 5.5.24. Other versions not checked (yet)


      Solution

      Download and install the current phpMyAdmin version from http://www.phpmyadmin.net/home_page/downloads.php
      We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

      It's like porn for programmers 8)
      User avatar
      Altrea
      AF Moderator
       
      Posts: 11926
      Joined: 17. August 2009 13:05
      XAMPP version: several
      Operating System: Windows 11 Pro x64


      Return to XAMPP for Windows

      Who is online

      Users browsing this forum: No registered users and 128 guests