При ошибке вида:
JFolder::create: Path not in open_basedir paths
Unable to create destination
/libraries/joomla/filesystem/folder.php
меняем:
$obd = ini_get('open_basedir');
на:
$obd = null;
Joomla: JFolder::create: Path not in open_basedir paths
- Подробности
- Просмотров: 3792