【发布时间】:2020-06-30 10:01:42
【问题描述】:
我的 TYPO3 网站有问题。昨天网站运行没有问题,但今天我有这个错误:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'TYPO3\CMS\Core\Core\Environment' not found | Error thrown in file /mnt/web524/e2/72/510353872/htdocs/typo3_grau_01/typo3conf/ext/ws_scss/Classes/Hooks/RenderPreProcessorHook.php in line 76. Requested URL: http://flughaefen.eu/index.php?id=1
有人可以帮我吗?
RenderPreProcessorHook.php in line 76
$sitePath = \TYPO3\CMS\Core\Core\Environment::getPublicPath() . '/';
【问题讨论】:
-
嗨@TamilTHL 你能告诉我们导致这个问题的代码部分吗?
-
你的意思是第 76 行? $sitePath = \TYPO3\CMS\Core\Core\Environment::getPublicPath() 。 '/';
标签: php typo3 content-management-system