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 限制生效 文件不在允许的路径内


基础教程推荐
- php中的foreach复选框POST 2021-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- php中的PDF导出 2022-01-01
- 将变量从树枝传递给 js 2022-01-01