Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-22-11, 23:16
BOD Member
 
Join Date: Jun 2010
Posts: 175
Default 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
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 23:47.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.