Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.24.5: TYPO3 v12 (and previous) backend login no longer works (fallout from #7230) #7299

@opi99

Description

@opi99

Resolved in the new v1.24.6 release. Please update your DDEV.

Preliminary checklist

Output of ddev debug test

No ddev debug test needed, see explanation

Expected Behavior

TYPO3 backend login page should be shown

Actual Behavior

You see an error page, that the page is unknown.

Steps To Reproduce

  1. Go to https://your.site/typo3
  2. See Error page instead of TYPO3 login

Anything else?

The new inserted "map" to check the index.php location always uses the root index.php (and never the one in /typo3/ directory) so this why it works with TYPO3 v13 and v14 but not with v12 (and older) anymore.

I also do not understand to use the map ... the try_files syntax would have been

try_files $uri /typo3/index.php$is_args$args /index.php$is_args$args; <= Wrong, try_files do not work as that

Yes, this won't work in v13 with the configurating a different entry point like

$GLOBALS['TYPO3_CONF_VARS']['BE']['entryPoint'] = '/admin';

but this also didn't worked in ddev out of the box before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions