
05-22-11, 23:16
|
|
BOD Member
|
|
Join Date: Jun 2010
Posts: 175
|
|
Joomla Warning- Failed to move file, unable to find install package
.Error- Failed to move file, unable to find install package
If you get any such warning while installing a package in joomla then first you need to make sure that the tmp directory in your joomla based directory has correct permission ie to 755 permission.
If you still face any problem you need to manually edit your configuration.php file and check the following that
var $ftp_host = 'ftp.yoursite.etc';
var $ftp_port = '21';
var $ftp_user = 'ftp@host user name.etc';
var $ftp_pass = 'pass for host user name';
var $ftp_root = '/public_html';
var $ftp_enable = ’0′;
var $log_path = ‘logs’;
var $tmp_path = ‘tmp’;
You should see the above settings on your wordpress configuration.php file
__________________
Carol.P
|