【发布时间】:2021-05-30 15:44:37
【问题描述】:
设置
- Typo3 10.4.16(经典安装:没有作曲家!)
结构:
/html/typo3
|
+--- typo3_src
+--- typo3
+--- typo3conf
+--- typo3temp
+--- index.php
配置在 localhost 上运行良好
问题
我将所有内容复制到远程机器上,调整了数据库、域配置、站点……
现在,如果我在浏览器中打开域,我会收到以下错误:
Warning: require(/.../html/typo3/sysext/core/Configuration/DefaultConfiguration.php): failed to open stream: No such file or directory in /html/typo3/typo3_src-10.4.16/typo3/sysext/core/Classes/Configuration/ConfigurationManager.php on line 92
当然,找不到文件,因为包含路径应该是/.../html/typo3/typo3/sysext/...(参见上面的文件结构)。
- 我可以访问后端和安装工具。两者都工作正常。据我所知,没有任何问题。
为什么typo3 在这里包含错误的路径? 我错过了什么?
非常感谢您的帮助!
【问题讨论】:
标签: typo3 typo3-10.x