我已经安装了TYPO3 8.4.0。一切都运行良好,除了页面,视图,列表,...面板,因为打开它们的javascript文件没有被加载。
Bellow是日志的屏幕截图。我已经在创建符号链接的INSTALL.md文件后面安装了带Xampp的TYPO3。
贝娄又是其中一个错误的副本。它看起来像文件路径包含
Core: Error handler (BE): PHP Warning: file_get_contents(/Applications/XAMPP/xamppfiles/htdocs/mytypoproject/typo3//mytypoproject/typo3/sysext/backend/Resources/Public/JavaScript/extjs/components/pagetree/javascript/app.js)
以下是typo3/sysext/core/Classes/Resource/ResourceCompressor.php
中出现错误的行:
$filenameAbsolute = GeneralUtility::resolveBackPath($this->rootPath . $filename);
$filename = PathUtility::stripPathSitePrefix($filenameAbsolute);
$contents = file_get_contents($filenameAbsolute);
看起来rootPATH
和$filename
重叠/mytypoproject/typo3/
,未找到的文件也是如此。
你知道我怎么能解决这个问题吗?这是安装错误吗? 谢谢!
答案 0 :(得分:0)
看看你的apache conf。在目录设置中。检查设置DocumentRoot
是否以/
结尾并将其删除。重启而不是apache服务器。