Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incomplete upgrade container #489

Open
Fasna-kv opened this issue Apr 1, 2024 · 3 comments
Open

incomplete upgrade container #489

Fasna-kv opened this issue Apr 1, 2024 · 3 comments

Comments

@Fasna-kv
Copy link

Fasna-kv commented Apr 1, 2024

I am currently using Container Content Elements version 2.1.2. However, when I activate my Site Package, I encounter an incomplete upgrade wizard and an error occurs when I attempt to "execute" the container. What could be the reasons for the incomplete upgrade?

(1/1) TypeError
TYPO3\CMS\Core\Authentication\AbstractUserAuthentication::start(): Argument #1 ($request) must be of type Psr\Http\Message\ServerRequestInterface, null given, called in /html/typo3/typo3_src-12.4.4/typo3/sysext/core/Classes/Core/Bootstrap.php on line 545

also im getting error when i try to upgrade the site from 12.4 to 12.4.13
(1/1) Error
Typed property TYPO3\CMS\Frontend\ContentObject\AbstractContentObject::$request must not be accessed before initialization

image (5)

@tilman82
Copy link

tilman82 commented Apr 2, 2024

same situation here, with T3 12.4.13 and EXT:container 2.3.6

@Oktopuce
Copy link

Oktopuce commented Apr 3, 2024

Same problem for me, it seems to be related to t3/dce extension because we are in a BE context for installation and this case wasn't taken in account by dce extension.

We have in DCE, a test like this:

if (ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isFrontend()) {

while it should be something like that:

if (!isset($_REQUEST['install']) && ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isFrontend()) {

Erreur container Upgrade Wizard

@a-r-m-i-n
Copy link

a-r-m-i-n commented Apr 3, 2024

Already fixed in DCE v3.1.3

See a-r-m-i-n/dce#105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants