Error while uploading in extension in joomla

################

* JFolder::create: Could not create directory
* Warning! - Failed to move file

################

Edit the configuration.php of the domain.

Fix--> vi configuration.php

changed the below two lines to

var $log_path = '/home/user/public_html/logs';
var $tmp_path = '/home/user/public_html/tmp';

var $log_path = './logs';
var $tmp_path = './tmp';