+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Aug 2009
- Posts
- 63
Error while uploading in extension in joomla
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';


LinkBack URL
About LinkBacks



Reply With Quote