Open klodeckl opened 1 year ago
Hi Bernhard,
I highly doubt that this issue is solely linked to simulatebe, but I'll gladly take a look at it.
Could you provide a complete stacktrace?
Thanks in advance.
Hi Tizian,
here it is:
Maybe this is interesting: adminpanel, feedit and stdwrapvh is installed. On my dev system the problem with that user does not occur, but I don’t know the difference.
Hi Bernhard,
as you can see from the first two to three parts, the error is thrown as the adminpanel extension is not properly creating a hash value.
I'd suggest to disable the adminPanel for a quick test and see if the error still prevails.
I'd also suggest posting this problem to forge.typo3.org, where it belongs, IMHO.
If you want to disable the adminPanel for your redactors only, you could try using this:
config.admPanel = 0
[backend.user.isAdmin]
config.admPanel = 1
[global]
Greetings
Thank you! It works if admin panel is deactivated. I created a new issue: https://forge.typo3.org/issues/100246
Hello again, :)
it seems it is related to simulatebe. See https://forge.typo3.org/issues/100246#change-489788. Could you please check that? Thank you!
Regards Bernhard
Hello Bernhard,
can you try adding simulatebe/backend-user-simulator
to the liste of middleware after which the simlatebe middleware should launch?
Configuration/RequestMiddleswares.php
should look something like this, afterwards:
<?php
return [
'frontend' => [
'simulatebe/backend-user-simulator' => [
'target' => \Cabag\Simulatebe\Middleware\BackendUserSimulator::class,
'after' => [
'typo3/cms-frontend/authentication',
'typo3/cms-frontend/backend-user-authentication',
'typo3/cms-adminpanel/initiator',
],
],
],
];
I added typo3/cms-adminpanel/initiator to RequestMiddlewares.php and installed the extension. But same error.
Hello,
since update to TYPO3 10 some users (not all) get an error message when logging in in the frontend:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1233058264: "" is not a valid cache entry identifier. | InvalidArgumentException thrown in file /.../typo3_src-10.4.36/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php in line 39. Requested URL: https://website.com/login/?tx_felogin_login%5Baction%5D=login&tx_felogin_login%5Bcontroller%5D=Login&cHash=86d4de0de1a88e642be41dc90bbdd439 - {"TYPO3_MODE":"FE","exception":null}
Any idea?