在typo3中进行高级前端编辑

时间:2014-02-26 11:04:08

标签: typo3 frontend backend

我在“typo3”中使用扩展高级FE编辑..

安装完成后,我可以看到活动编辑和停用编辑..

但是当我尝试从前端编辑时(登录管理员) 我收到错误消息,

  Oops, an error occurred!

    Class TYPO3\CMS\Backend\Sprite\SpriteManager does not have a constructor, so you cannot pass any constructor arguments

我写这样的typoscript,

<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/default/TypoScript/setup.ts">

page.config.admPanel = 1

i also tried this

<INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/default/TypoScript/setup.ts">
 config.admPanel = 1

帮助我,我该如何解决这个错误?

1 个答案:

答案 0 :(得分:1)

目前尚未主动维护高级前端编辑扩展,仅兼容TYPO3 4.7。目前正在讨论如何继续进行:

http://forum.typo3.org/index.php/t/201671/

所以目前你需要坚持TYPO3中的经典前端编辑(sysext:feedit)或尝试基于Aloha的前端编辑:

http://typo3.org/extensions/repository/view/aloha