open_basedir 限制生效 文件不在允许的路径内

Noo*_*ker 2 php apache joomla

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
Run Code Online (Sandbox Code Playgroud)

我在 joomla 中收到此警告,登录后,我真的不知道如何解决此问题,也许需要更改一些服务器设置,但是是哪一个?,谢谢

nib*_*bra 5

检查您的configuration.php文件。确保日志和 tmp 条目看起来像

public $log_path = '/home/futbol/data/www/futbol.kg/logs';
public $tmp_path = '/home/futbol/data/www/futbol.kg/tmp';
Run Code Online (Sandbox Code Playgroud)

如果这些条目是正确的,并且您仍然收到该消息,请禁用所有非核心系统插件,因为它必须是导致问题的其中之一。