如何解决加载时与网站相关的错误,提示“糟糕,发生错误!”
答案 0 :(得分:1)
您应该将系统上下文设置为“开发”。在安装工具中,您可以找到它的配置预设:https://docs.typo3.org/typo3cms/InstallationGuide/6.2/In-depth/TheInstallTool/Index.html
您还可以设置
config.contentObjectExceptionHandler = 0
在TypoScript根模板中,它将为您提供更多详细的异常,以防在呈现内容元素时引发错误。