【发布时间】:2014-10-09 10:18:16
【问题描述】:
在我的托管服务提供商在 cpanel 中更新了他们的 PHP 后,我的网站无法加载其 php 文件,其他人制作了这些文件,我正在尝试检测问题可能是什么,这是执行 php 的输出:
警告:include(folder_include/config.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 2 行中没有这样的文件或目录
警告:include(folder_include/config.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 2 行中没有这样的文件或目录
警告:include() [function.include]:无法在 /home/website/public_html/v3 中打开 'folder_include/config.php' 以包含 (include_path='.:/opt/php52/lib/php') /folder_include/classes.php 在第 2 行
警告:include(folder_include/class.database.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 3 行中没有这样的文件或目录
警告:include(folder_include/class.database.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 3 行中没有这样的文件或目录
警告:include() [function.include]:无法在 /home/website/public_html 中打开 'folder_include/class.database.php' 以包含 (include_path='.:/opt/php52/lib/php') /v3/folder_include/classes.php 在第 3 行
警告:include(folder_include/class.misc.php) [function.include]:无法打开流:第 4 行的 /home/website/public_html/v3/folder_include/classes.php 中没有这样的文件或目录
警告:include(folder_include/class.misc.php) [function.include]:无法打开流:第 4 行的 /home/website/public_html/v3/folder_include/classes.php 中没有这样的文件或目录
警告:include() [function.include]:无法在 /home/website/public_html 中打开 'folder_include/class.misc.php' 以包含 (include_path='.:/opt/php52/lib/php') /v3/folder_include/classes.php 在第 4 行
警告:include(folder_include/class.website.php) [function.include]:无法打开流:第 5 行的 /home/website/public_html/v3/folder_include/classes.php 中没有这样的文件或目录
警告:include(folder_include/class.website.php) [function.include]:无法打开流:第 5 行的 /home/website/public_html/v3/folder_include/classes.php 中没有这样的文件或目录
警告:include() [function.include]:无法在 /home/website/public_html 中打开 'folder_include/class.website.php' 以包含 (include_path='.:/opt/php52/lib/php') /v3/folder_include/classes.php 在第 5 行
警告:include(folder_include/class.korpa.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 6 行中没有这样的文件或目录
警告:include(folder_include/class.korpa.php) [function.include]:无法打开流:/home/website/public_html/v3/folder_include/classes.php 第 6 行中没有这样的文件或目录
警告:include() [function.include]:无法在 /home/website/public_html 中打开 'folder_include/class.korpa.php' 以包含 (include_path='.:/opt/php52/lib/php') /v3/folder_include/classes.php 在第 6 行
问候
【问题讨论】:
-
警告是不言自明的。
-
我不是很喜欢 PHP,我只是维护 CMS,你能告诉我可以做什么吗?谢谢你的称赞。