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?
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.