Actions
Bug #21359
closedextbase throws an exception if a plugin is inserted multiple times on a page.
Start date:
2009-10-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following error occurs after inserting a frontend-plugin a second time on a page:
"The Reflection Service can only be initialized once."
This exception is thrown in the initialize-method of class Tx_Extbase_Reflection_Service.
The method is called by the Tx_Extbase_Dispatcher->initializeReflection multiple times, althought the service class itself is defined as singleton.
(issue imported from #M12340)
Updated by Oliver Hader about 15 years ago
Your issue was moved to Forge, please continue there (you can use your typo3.org Password/Username there as well):
http://forge.typo3.org/issues/show/5122
Actions