PHP Version 5.3.29, Версия форума 3.1.6
Ошибка вылазит в Конфигурация-Настройки вложений
Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 576: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/bin/) is not within the allowed path(s): ([ROOT]:/home/fine/.system/tmp:/usr/local/pear)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 581: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/bin/) is not within the allowed path(s): ([ROOT]:/home/fine/.system/tmp:/usr/local/pear)
Код: Выделить всё
if (!file_exists($path))
Код: Выделить всё
if (file_exists($path) && !is_dir($path))