No Code Attached Yet
avatar degobbis
degobbis
17 Jan 2023

Steps to reproduce the issue

  • Clone Joomla 4.2-dev branch (start composer install and npm ci).
  • Start the installation and fill out all datas.
  • Finish the installation.

Expected result

Joomla ist installed and You can call the frontend and the backend

Actual result

Installation could not be finished.

System information (as much as possible)

There is an error message in the browser console:

Screenshot_2023-01-14_20_54_32

Additional comments

Addressed at @laoneo in Mattermost https://joomlacommunity.cloud.mattermost.com/main/pl/1jtaekzscfr1jdfmpuog5sqnsa

avatar degobbis degobbis - open - 17 Jan 2023
avatar joomla-cms-bot joomla-cms-bot - change - 17 Jan 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 Jan 2023
avatar brianteeman
brianteeman - comment - 17 Jan 2023

what is your php version

avatar degobbis
degobbis - comment - 17 Jan 2023

PHP 8.2

avatar alikon
alikon - comment - 17 Jan 2023

can you please give a test
adding this

    private $token;
    private $lang;
    private $error;
    private $data;
    private $header;
    private $messages;
    private $message;

here https://github.com/joomla/joomla-cms/blob/4.2-dev/installation/src/Response/JsonResponse.php#L28
and report back

avatar degobbis
degobbis - comment - 17 Jan 2023

@alikon I can't test this until the evening, I will report then.

avatar alikon
alikon - comment - 17 Jan 2023

no problem

avatar degobbis
degobbis - comment - 17 Jan 2023

@alikon with Your changes the error in the console is gone, but the installation does not continue.
There is also no error message shown.
I can say, at this point https://github.com/joomla/joomla-cms/blob/4.2-dev/installation/src/Controller/InstallationController.php#L61 the validation fails.

avatar laoneo laoneo - change - 18 Jan 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-01-18 05:17:27
Closed_By laoneo
avatar laoneo laoneo - close - 18 Jan 2023
avatar laoneo
laoneo - comment - 18 Jan 2023

Please test #39660.

Add a Comment

Login with GitHub to post a comment