简体   繁体   中英

How to resolve the error occured while loading typo3 website url?

如何解决加载时与网站相关的错误,并显示“糟糕,发生错误!”

You should set the system context to "development". In the install tool you can find a configuration preset for it: https://docs.typo3.org/typo3cms/InstallationGuide/6.2/In-depth/TheInstallTool/Index.html

Additionally you could set

config.contentObjectExceptionHandler = 0 

within your TypoScript root template, which will give you more verbose exceptions in case the error was thrown while rendering a content element.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM