我正在尝试将我的插件上传到我的主机上。它成功上传并安装,但上传后我收到错误。路径有问题。我是wordpress的新手。我在我的localhost xampp服务器上安装了wordpress 3.8.1,我开发了这个插件。我的主机上也安装了相同的wordpress版本。
Warning: include_once(/home/hamarawa/public_html/wordpress/wp-config.php): failed to open stream: No such file or directory in /home/hamarawa/public_html/wp-content/plugins/auc_result_fetcher/auc_result_fetcher.php on line 14
Warning: include_once(): Failed opening '/home/hamarawa/public_html/wordpress/wp-config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hamarawa/public_html/wp-content/plugins/auc_result_fetcher/auc_result_fetcher.php on line 14
路径有问题。 cpanel详情现在。我只有管理员面板的用户名和密码。
第14行包含这行代码。
include_once($_SERVER['DOCUMENT_ROOT'].'/wordpress/wp-config.php' );
我无法弄清楚发生了什么。请帮帮我。谢谢。
答案 0 :(得分:0)
这意味着/public_html/wordpress/wp-config.php
根本不存在。您确定提供了正确的路径吗?