我在wordpress网站上收到此错误。
警告:include(1):无法打开流:第53行/home/admin/web/purfectcar.com/public_html/wp-config.php中没有此类文件或目录
警告:include():打开失败' 1'在第53行的/home/admin/web/purfectcar.com/public_html/wp-config.php中包含(include_path ='。:/ usr / share / pear:/ usr / share / php')
昨天我做了一个clamav清理我不确定这是不是导致错误的原因。
有人可以帮忙吗?
答案 0 :(得分:0)
警告: 显示您拥有的文件,而不是以下路径
Warning: include(1): failed to open stream: No such file or directory in /home/admin/web/purfectcar.com/public_html/wp-config.php on line 53
Warning: include(): Failed opening '1' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/admin/web/purfectcar.com/public_html/wp-config.php on line 53
解决方案:
案例1:如果您不需要,请删除include语句。
案例2 :将文件放在建议的位置。
案例3:关闭wp_debug标志值。您可以在root用户的wp-config.php中找到它。