Search code examples
joomlajoomla2.5joomla-extensionsjoomla3.0joomla3.1

JFolder::create: Could not create directory - Joomla


I end up with below error when I try to install a component,module or plugin.

JFolder::create: Could not create directory

What could be the issue?


Solution

  • Change the below variable to in your configuration file(configuration.php) as shown.

    public $log_path = '/logs';
    public $tmp_path = '/tmp';
    

    Also make sure that these folder has the folder permission 755.

    Read more