Problem/Motivation
Fresh install wampserver newest version with mysql 8, PHP 8.3.6 I got error in step 5
Steps to reproduce
Install drupal with profile standard
Step 5 i got errors
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /core/install.php?rewrite=ok&langcode=en&profile=standard&id=1&op=do_nojs&op=do
StatusText: error
ReadyState: 0
I search in log but nothing special
PHP Deprecated: Unknown: assert.active INI setting is deprecated in Unknown on line 0
Proposed resolution
I test the installation with php 8.2 everything is ok, installation is successful.
I change the PHP version 8.2 in wampserver and change the php mininum in the Drupal.php file
const MINIMUM_PHP = '8.2.0';
This problem exists in PHP 8.3 with drupal 10 when running the action (VBO) then get the same error.
I think there is something wrong in the functions callback_batch with PHP 8.3 is kind of check strictement of variable datatype argument or return. (PHP 8.2 ignore)