при загрузке индексной страницы phpbb, вываливаются ошибки
- Код: выделить все
[phpBB Debug] PHP Notice: in file /common.php on line 222: require() [function.require]: open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/vhosts/сайт/httpdocs:/tmp)
[phpBB Debug] PHP Notice: in file /index.php on line 24: include() [function.include]: open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/vhosts/сайт/httpdocs:/tmp)
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 429: include() [function.include]: open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/vhosts/сайт/httpdocs:/tmp)
в настройках апача есть код
- Код: выделить все
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/сайт/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/сайт/httpdocs:/tmp"
</IfModule>
Файлы common.php index.php /includes/functions_content.php лежат /var/www/vhosts/сайт/httpdocs/forum/
чмод на папку temp стоит 777
а, еще, строки на которую ругается php
- Код: выделить все
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
и
- Код: выделить все
require($phpbb_root_path . 'includes/hooks/index.' . $phpEx);
где косяк? кто может подсказать













