Project

General

Profile

Actions

Bug #94465

open

Backend / Frontend inaccessible after installation

Added by Stefan Hepp almost 3 years ago. Updated about 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Start date:
2021-07-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
11.2, 11.3.3, Install Tool, Backend
Complexity:
Is Regression:
Sprint Focus:

Description

Composer based installation of TYPO3 11.2.0 on a Windows 10 System with XAMPP.

Webserver
- Apache
- MySQL

At the end of the install tool neither backend nor frontend are accessible.
After login the error "Page not Found - The Page did not exist or was inaccessible. Reason: No site configuration found." is shown.
The only accessible part is the Admin tool via "ENABLE_INSTALL_TOOL".

Can be reproduced in my environment.

Actions #1

Updated by Benni Mack over 2 years ago

  • Target version set to 11.4
Actions #2

Updated by Dominik Weber over 2 years ago

I've got the same issue. Were you able to resolve this?

Edit: I'm using 11.3.3

Actions #3

Updated by Stefan Hepp over 2 years ago

  • Tags changed from 11.2, Install Tool, Backend to 11.2, 11.3.3, Install Tool, Backend

No, still the same error.
It doesn't matter if I use the Install Tool or console installer.
Always leads to the "Page Not Found..... Reason: No site configuration found."

Actions #5

Updated by Benni Mack over 2 years ago

  • Target version changed from 11.4 to 11 LTS
Actions #6

Updated by Oliver Kurth over 2 years ago

The same problem is in MAMP on Windows 10

Actions #7

Updated by Benni Mack over 2 years ago

  • Target version changed from 11 LTS to Candidate for patchlevel
Actions #8

Updated by Benni Mack over 2 years ago

  • Status changed from New to Needs Feedback

Can you check if the same happens now in TYPO3 v11.5.1 LTS?

Actions #9

Updated by Florian Seirer about 2 years ago

Just had the same error with TYPO3 11.5.8 on a fresh XAMPP installation:
/typo3/index.php works and /typo3/install.php works, but I can't log into the backend.

Instead I get a 404 error from /typo3/login?loginProvider=1433416747.

The frontend error makes sense though, because TYPO3 11 was just installed, and there are no pages or site config yet.

The frontends and backends of TYPO3 9 and 10 installations on the same XAMPP work fine.

I might also add that all three TYPO3 installations were done using the "classic way", and not with composer.

Actions #10

Updated by Riccardo De Contardi over 1 year ago

  • Status changed from Needs Feedback to New
Actions #11

Updated by Florian Seirer over 1 year ago

Still the same error on 11.5.22, but only if you select "Take me straight to the backend" during the installation process (step 5/5).

If you select "Create empty starting page" or "Yes, download the list of distributions" instead, everything works.

In /typo3/sysext/install/Classes/Controller/InstallerController.php "case 'donothing'" is missing in executeDefaultConfigurationAction(), and so $nextStepUrl isn't defined in this case. Not sure if this would make a difference...

Actions #12

Updated by Jörn Wagner about 1 year ago

Dominik Weber wrote in #note-4:

Here's the solution: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.0/Breaking-93048-BackendURLRewrites.html

How do I do this with the Symfony Local Web Server, which we use on local machines to develop?

Setting up the first v11 project and I can't get past the FIRST_INSTALL...

Edit: It does work with the PHP Development Server.

Actions

Also available in: Atom PDF