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 th
Change the below variable to in your configuration file(configuration.php) as shown.
configuration.php
public $log_path = '/logs'; public $tmp_path = '/tmp';
Also make sure that these folder has the folder permission 755.
Read more