typo3 site offline after extension upload

☆樱花仙子☆ 提交于 2019-12-02 12:06:52

Try to uninstall the extension via the extension manager module in the backend. If that is broken too then you need to do so via manually editing the configuration file. it's located in the typo3conf folder and named localconf.php for version 4.x and LocalConfiguration.php for version 6.x.

For localconf.php you need to erase the key of that extension from the two extList entries. There are two: one for the back- and one for the frontend.

For LocalConfiguration.php it's working similar, but i can't remember by heart a.t.m.

After saving this file you should remove all the typo3conf/temp* files to make sure that TYPO3 recreates them and not loads a wrong list of extensions.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!