Reputation: 468
I am using extension advanced FE Editing in "typo3" ..
After installation , i can see active editing and deactivate editing ..
but when i try to edit from front-end ( with log in of admin ) i get error message ,
Oops, an error occurred!
Class TYPO3\CMS\Backend\Sprite\SpriteManager does not have a constructor, so you cannot pass any constructor arguments
i write in typoscript like this ,
<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/default/TypoScript/setup.ts">
page.config.admPanel = 1
or
i also tried this
<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/default/TypoScript/setup.ts">
config.admPanel = 1
help me , how can i solve this error ?
Upvotes: 0
Views: 364
Reputation: 4558
The Advanced Frontend Editing extension is not actively maintained at the moment and only compatible up to TYPO3 4.7. There are ongoing discussions about how to proceed with it:
http://forum.typo3.org/index.php/t/201671/
So currently you need to stick to the classic frontend editing in TYPO3 (sysext:feedit) or try out the frontend editing based on Aloha:
http://typo3.org/extensions/repository/view/aloha
Upvotes: 1