JFolder::create: Could not create directory - Joomla

Techie picture Techie · Apr 4, 2013 · Viewed 29.6k times · Source

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?

Answer

Techie picture Techie · Apr 4, 2013

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