Open Doc2k opened 5 years ago
I have the same issue. Typo 9.5.11
Is there anybody how can help? Why is this class not found? Whats wrong? The path is correct!
Edit 1: Ok, I think it was a wrong configuration from older typo version. I upgraded from 7.6. to 9.5.11. Now I cleaned some Page TSConfig Scripts and some more. It works now without "oops".
Edit 2 after 14 days: same error.
Now I installed a fresh TYPO3 9.5.11 Version and the same error appears.
Another test in Typo3 8.7.29 works fine.
One possible solution could be this:
Replace this:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['initFEuser'][] = 'EXT:ap_docchecklogin/Classes/DocCheckAuthenticationService.php:&Antwerpes\ApDocchecklogin\DocCheckAuthenticationService->bypassLoginForCrawling';
with this
$GLOBALS['TYPO3_CONF_VARS'] ['SC_OPTIONS'] ['tslib/class.tslib_fe.php'] ['initFEuser'][] = 'Antwerpes\\ApDocchecklogin\\DocCheckAuthenticationService->bypassLoginForCrawling';
can anyone confirm if this works?
can confirm it. it fix the problem.
After installing the extension (tried v1.2.2 / v1.2.1 / v1.2.0) The frontend of my Typo3 9.5.7 crashes with an "oops". After deactivating the extension it is working well.
I've Found the following error in the Systemprotocol:
Maybe there is something I've to do or have done wrong?