访问由ftp上传的WordPress网站致命错误
我正在通过ftp将我的WordPress网站上传到主机。它上传得很好,但是当我尝试访问网站时,我看到以下错误:访问由ftp上传的WordPress网站致命错误
Warning: require_once(/home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/real-estate-search.php): failed to open stream: No such file or directory in /home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/load.php on line 22
Fatal error: require_once(): Failed opening required '/home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/real-estate-search.php' (include_path='.:/usr/local/php5_4/lib/php') in /home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/load.php on line 22
可能是什么?任何帮助将不胜感激。
这听起来像有一个必须被包含在你的PHP
当我试图学习php的时候,这让我疯狂 - 我到处搜索这个不需要的前导链接,尝试删除丢弃的钱,我实际上将它包含在文档根目录 –
是这些文件有可读由Web服务器用户公开的HTML(在错误信息的域名前面的部分)之前的链接的某些部分? – aynber
它可能是一个类似于这个[SO问题](http://stackoverflow.com/questions/36113216/fatal-error-require-once-failed-opening-required)的路径问题? – OldPadawan
您确定主题“realhomes”在“realhomes/framework/functions /”里面有“real-estate-search.php”文件吗? –