Bug #52823
closedcache_classes cache crashes
100%
Description
Hello Core-Team,
with your new implementation of cache_classes you have crashed extbase. If form has Errors (Validators) extbase calls the errorAction. When calling:
$referringRequest->getControllerActionName();
I get following error in FE:
Fatal error: Cannot redeclare class TYPO3\Sfvalidator\Controller\PersonController in /Applications/MAMP/htdocs/typo3_git/typo3conf/ext/sfvalidator/Classes/Controller/PersonController.php on line 107
If I debug within getControllerActionName the name was resolved correctly. But when I debug getControllerActionName in Request-Object then I get the error with redeclaration. There seems to be some magic I don't understand. Maybe it is because of "new" in getReferringRequest()?!
Stefan
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24787
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24787
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24788
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/24789
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25608d6bd4d2aa71c84070b8a81f325c0be2d785.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24788
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/24789
Updated by Thomas Maroschik about 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset ac2b59e622a426918d8cb8a89b126a0f95f35fa1.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed