我在 Joomla 3 中开发了新网站,现在想将其转移到新的主机和域。我已经复制了所有文件和目录并创建了数据库。还更改了配置文件。问题是新的托管公司运行 PHP 5.2.17 版本,我在 index.php 中删除了这个字符串,它正在检查 php 版本。之后我有奇怪的错误
Warning: require_once(__DIR__/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /usr/.../public_html/index.php on line 28
Fatal error: require_once() [function.require]: Failed opening required '__DIR__/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /usr/.../public_html/index.php on line 28
我该如何解决?提前致谢。我不能使用 php.ini 并且更换托管公司是个大问题。