大多数WordPress站点会导致realpath错误

时间:2013-02-20 作者:v3nt

最近在我们的服务器上安装了一些调试软件,并意识到大多数错误都来自Wordpress站点中的realpath()。

realpath() [<a href=\'function. realpath\'>function. realpath</a>]: open_basedir restriction in effect. File(/var/www/vhosts/ xxx. com) is not within the allowed path(s): (/var/www/vhosts/ xxx. com/httpdocs/:/tmp/)
这些网站工作正常,但这些都困扰着我。主要是因为很难看到出现任何严重错误!

这样的错误也会影响性能吗?

1 个回复
最合适的回答,由SO网友:Mark Kaplun 整理而成

看起来你正在使用其中一个黑客same wp-config.php file in development and deployment environments. 正如该页末尾所指出的那样,该黑客没有在您这样的受限环境中进行测试。若您不再处于开发阶段,那个么您应该在wp配置中更改代码。php和手动设置常量,而不是依赖于位置检测。

结束

相关推荐

大多数WordPress站点会导致realpath错误 - 小码农CODE - 行之有效找到问题解决它

大多数WordPress站点会导致realpath错误

时间:2013-02-20 作者:v3nt

最近在我们的服务器上安装了一些调试软件,并意识到大多数错误都来自Wordpress站点中的realpath()。

realpath() [<a href=\'function. realpath\'>function. realpath</a>]: open_basedir restriction in effect. File(/var/www/vhosts/ xxx. com) is not within the allowed path(s): (/var/www/vhosts/ xxx. com/httpdocs/:/tmp/)
这些网站工作正常,但这些都困扰着我。主要是因为很难看到出现任何严重错误!

这样的错误也会影响性能吗?

1 个回复
最合适的回答,由SO网友:Mark Kaplun 整理而成

看起来你正在使用其中一个黑客same wp-config.php file in development and deployment environments. 正如该页末尾所指出的那样,该黑客没有在您这样的受限环境中进行测试。若您不再处于开发阶段,那个么您应该在wp配置中更改代码。php和手动设置常量,而不是依赖于位置检测。

相关推荐