open_basedir restriction in effect File is not within the allowed path(open_basedir 限制生效 文件不在允许的路径内)
问题描述
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/futbol/data:.:/tmp:/usr/share/php:/usr/share/pear:/usr/local/bin) in /home/futbol/data/www/futbol.kg/libraries/joomla/filesystem/folder.php on line 451
我在 joomla 中收到这个警告,在我登录后,我真的不知道如何解决这个问题,也许需要更改一些服务器设置,但是哪一个?,谢谢
I get this Warning in joomla, after I log in, i really don't have idea on how to fix this, maybe there is need to change some server settings, but which one?, thanks
推荐答案
检查您的 configuration.php
文件.确保日志和 tmp 条目看起来像
Check your configuration.php
file. Ensure that the log and tmp entries look like
public $log_path = '/home/futbol/data/www/futbol.kg/logs';
public $tmp_path = '/home/futbol/data/www/futbol.kg/tmp';
如果这些条目是正确的,并且您仍然收到该消息,请禁用所有非核心系统插件,因为它必须是导致问题的其中之一.
If these entries are correct, and you still get that message, disable all non-core system plugins, as it then must be one of them causing the problem.
这篇关于open_basedir 限制生效 文件不在允许的路径内的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:open_basedir 限制生效 文件不在允许的路径内


- 带有通配符的 Laravel 验证器 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Laravel 仓库 2022-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01