Joomla: JFolder::create: Path not in open_basedir paths

User Rating:  / 2
PoorBest 
При ошибке вида:
JFolder::create: Path not in open_basedir paths
Unable to create destination

 /libraries/joomla/filesystem/folder.php

меняем:
$obd = ini_get('open_basedir');
на:
$obd = null; 

Комментарии (0)

Cancel or