Tuesday, February 25, 2014

JFolder::create: Path not in open_basedir paths

Goto /libraries/joomla/filesystem/folder.php
 Find $obd = ini_get('open_basedir');

And make it commented

//$obd = ini_get('open_basedir');

No comments: