[BUGS] Known XAMPP 8.X.X issues

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

[BUGS] Known XAMPP 8.X.X issues

Postby Altrea » 03. December 2020 18:10

In this thread we collect all information about issues with XAMPP for Windows 64 Bit.
To report a bug simply create a new forum thread

confirmed
  • [v8.0.0-0] [full] [zip|7z] [Apache module] [PHP]
    Can't locate API module structure 'php8_module'
    References: [1]
    Fixed in v8.0.0-1

  • [v8.0.0-0|v8.0.0-1] [full|portable] [installer|zip|7z] [XAMPP scripts]
    setup_xampp.bat throws several PHP messages in install.php'
    References: [1] [2]
    Fixed in v8.0.0-2

  • [v8.0.0-0] [full] [zip|7z] [phpMyAdmin|PHP]
    phpMyAdmin doesn't load - mysqli extension missing
    References: [1]
    Fixed in v8.0.0-1


acknowledged
  • [v8.0.0-1] [portable] [zip] [Apache]
    Missing libsqlite3.dll
    References: [1]
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

Can't locate API module structure 'php8_module'

Postby Altrea » 03. December 2020 18:16

Bug Report

Apache cannot start. apache_start.bat responsed the following error messages:
httpd.exe: Syntax error on line 537 of C:/xampp/apache/conf/httpd.conf: Syntax error on line 19 of C:/xampp/apache/conf/extra/httpd-xampp.conf: Can't locate API module structure `php8_module' in file C:/xampp/php/php8apache2_4.dll: No error



Reproducible Testcase

Download xampp-windows-x64-8.0.0-0-VS16.7z from here: https://sourceforge.net/projects/xampp/ ... z/download
Unzip it with 7-zip to C:\ so you would end with a folder C:\xampp\
double-click apache_start.bat


Affected XAMPP versions

(at least) XAMPP 8.0.0-0 full zip|7z


Solution

Open the file \xampp\apache\conf\extra\httpd-xampp.conf

Search for the following line
Code: Select all
LoadModule php8_module "C:/xampp/php/php8apache2_4.dll"


Change the line to
Code: Select all
LoadModule php_module "C:/xampp/php/php8apache2_4.dll"


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

setup_xampp.bat throws several PHP messages in install.php

Postby Altrea » 03. December 2020 19:17

Bug Report

setup_xampp.bat throws several PHP Warnings from install.php.
If this warnings are affecting the functionalities of the setup_xampp.bat script is not known yet.

The output of the very first execution of this .bat file is quite long
Code: Select all
################################# START XAMPP TEST SECTION #################################
[XAMPP]: Test php.exe with php\php.exe -n -d output_buffering=0 --version ...
PHP 8.0.0 (cli) (built: Nov 24 2020 22:02:57) ( ZTS Visual C++ 2019 x64 )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
[XAMPP]: Test for the php.exe successfully passed. Good!
################################# END XAMPP TEST SECTION ###################################


Warning: Undefined array key 1 in C:\xampp\install\install.php on line 13

  ########################################################################
  # ApacheFriends XAMPP setup win32 Version                              #
  #----------------------------------------------------------------------#
  # Copyright (c) 2002-2020 Apachefriends 8.0.0
                          #
  #----------------------------------------------------------------------#
  # Authors: Kay Vogelgesang <kvo@apachefriends.org>                     #
  #          Carsten Wiedmann <webmaster@wiedmann-online.de>             #
  ########################################################################


Warning: Undefined array key 10 in C:\xampp\install\install.php on line 199

Warning: Undefined array key 10 in C:\xampp\install\install.php on line 229
  Configure XAMPP with awk for 'Windows_NT'
  Updating configuration files ... please wait ...
Warning: Undefined array key 567 in C:\xampp\install\install.php on line 427

Warning: Undefined array key 567 in C:\xampp\install\install.php on line 430

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined variable $backslash in C:\xampp\install\install.php on line 452

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 452

Warning: Undefined array key 100 in C:\xampp\install\install.php on line 453

Warning: Undefined variable $doublebackslash in C:\xampp\install\install.php on line 510

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 510

Warning: Undefined variable $doublebackslash in C:\xampp\install\install.php on line 510

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 510

Warning: Undefined variable $doublebackslash in C:\xampp\install\install.php on line 510

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 510

Warning: Undefined variable $doublebackslash in C:\xampp\install\install.php on line 510

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 510

Warning: Undefined array key 3 in C:\xampp\install\install.php on line 511

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined variable $slash in C:\xampp\install\install.php on line 569

Warning: Trying to access array offset on value of type null in C:\xampp\install\install.php on line 569

Warning: Undefined array key 15 in C:\xampp\install\install.php on line 570
  DONE!


  ##### Have fun with ApacheFriends XAMPP! #####



Warning: Undefined variable $perlactive in C:\xampp\install\install.php on line 674

Warning: Undefined variable $pythonactive in C:\xampp\install\install.php on line 674

Warning: Undefined variable $javaactive in C:\xampp\install\install.php on line 674
Drücken Sie eine beliebige Taste . . .


If executed a second time the output is much shorter but still not without any warnings. Much worse it throws a Fatal Error now too:
Code: Select all
################################# START XAMPP TEST SECTION #################################
[XAMPP]: Test php.exe with php\php.exe -n -d output_buffering=0 --version ...
PHP 8.0.0 (cli) (built: Nov 24 2020 22:02:57) ( ZTS Visual C++ 2019 x64 )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
[XAMPP]: Test for the php.exe successfully passed. Good!
################################# END XAMPP TEST SECTION ###################################


Warning: Undefined array key 1 in C:\xampp\install\install.php on line 13

  ########################################################################
  # ApacheFriends XAMPP setup win32 Version                              #
  #----------------------------------------------------------------------#
  # Copyright (c) 2002-2020 Apachefriends 8.0.0
                          #
  #----------------------------------------------------------------------#
  # Authors: Kay Vogelgesang <kvo@apachefriends.org>                     #
  #          Carsten Wiedmann <webmaster@wiedmann-online.de>             #
  ########################################################################


Warning: Undefined variable $slashrootreal in C:\xampp\install\install.php on line 311

Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in C:\xampp\install\install.php:311
Stack trace:
#0 {main}
  thrown in C:\xampp\install\install.php on line 311
Drücken Sie eine beliebige Taste . . .




Reproducible Testcase

Download xampp-windows-x64-8.0.0-0-VS16.7z from here: https://sourceforge.net/projects/xampp/ ... z/download
Unzip it with 7-zip to C:\ so you would end with a folder C:\xampp\
double-click setup_xampp.bat


Affected XAMPP versions

(at least) XAMPP 8.0.0-0 full zip|7z


Workaround

In line 2 of \xampp\install\install.php add these two lines
Code: Select all
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING & ~E_NOTICE);
$array = $slashrootreal = $backslashrootreal = $doublebackslashrootreal = array(); 
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 doesn't load - mysqli extension missing

Postby Altrea » 04. December 2020 14:12

Bug Report

phpMyAdmin will not load successfully. Instead an error message appears:
Image


Reproducible Testcase

Download xampp-windows-x64-8.0.0-0-VS16.7z from here: https://sourceforge.net/projects/xampp/ ... z/download
Unzip it with 7-zip to C:\ so you would end with a folder C:\xampp\
Start Apache and MariaDB in the xampp control panel
Click the MySQL Admin Button


Affected XAMPP versions

(at least) XAMPP 8.0.0-0 full zip|7z


Solution

Open the file \xampp\apache\conf\extra\httpd-xampp.conf

Search for all 3 occurences of the following line
Code: Select all
<IfModule php8_module>


Replace each of them with the following line
Code: Select all
<IfModule php_module>
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

Re: [BUGS] Known XAMPP 8.X.X issues

Postby MesterPerfect » 31. January 2023 00:56

When I uninstall xampp the command prompt opens and this message appears,

The system cannot find the path specified.
Not enough memory resources are available to process this command.
C:\xampp>

The uninstall does not continue unless you close the command prompt
MesterPerfect
 
Posts: 6
Joined: 02. December 2022 07:58
Location: sohag
XAMPP version: 8.1.12
Operating System: windows10

Re: [BUGS] Known XAMPP 8.X.X issues

Postby shahrozahmed7893 » 13. October 2023 04:54

I found some web search results that might help you with the bugs known in XAMPP 8.X.X versions. Here are some of them:

[BUGS] Known XAMPP 8.X.X issues - Apache Friends Support Forum1: This forum thread lists some of the common issues with XAMPP 8.X.X versions, such as Apache not starting, setup_xampp.bat throwing PHP warnings, phpMyAdmin not loading, etc. It also provides solutions and references for each bug.

How to Fix XAMPP If It’s Not Working (3 Common Solutions) - Kinsta: This article explains how to check your XAMPP PHP error log and resolve three common problems that may prevent your local server from starting. These include port conflicts, missing Visual C++ components, and incorrect file permissions.

How to Troubleshoot and Fix Common XAMPP and WordPress Issues: This article covers four of the most frustrating issues that WordPress developers may encounter when using XAMPP, such as slow loading times, database connection errors, missing images, and permalinks not working. It also suggests some ways to fix them.
I hope these results are useful for you. If you need more help, please let me know.
shahrozahmed7893
 
Posts: 1
Joined: 13. October 2023 04:46
XAMPP version: 8.0.28
Operating System: Hp

Re: [BUGS] Known XAMPP 8.X.X issues

Postby sarika78 » 08. January 2024 16:06

Hello everyone

"XAMPP 8.X.X is giving me a lot of trouble, including unexpected crashes and module incompatibilities. We're hoping for quick upgrades to fix these issues and improve the platform's overall performance and stability. #SoftwareBugs #XAMPP"
sarika78
 
Posts: 1
Joined: 08. January 2024 16:05
XAMPP version: 8.2.12, 8.1.25
Operating System: windows


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 119 guests