typo3 site offline after extension upload

十年热恋 提交于 2019-12-02 21:51:39

问题


I just uploaded a new extension to a typo3 site and the site went offline. I am getting a '500 internal server error'.

What can I do to rewind the operation and/or to bring the site online again?


回答1:


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.



来源:https://stackoverflow.com/questions/19478248/typo3-site-offline-after-extension-upload

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