Results 1 to 3 of 3

Thread: Warning! Failed to move file

  1. #1

    Default Warning! Failed to move file

    Joomla Extension Manager Gives the error :

    JFTP::mkdir: Bad response
    JFTP::chmod: Bad response
    JFTP::store: Bad response
    Warning! Failed to move file
    It is very importan to check if following parameters in configuration.php are set properly

    var $log_path = '/home/username/public_html/logs';
    var $tmp_path = '/home/username/public_html/tmp';
    If above path does not exist or missconfigured (ex. username is incorrect, public_html is misspelled, entire path incorrect etc.)
    then FTP will not work and will fail to upload files.

    The following setting is equaly important.

    var $ftp_root = '/public_html';
    The ftp_root will be public_html, if the FTP account mentioned at Joomla admin >> Site >> Global configuration >> FTP setting
    has Directory path as '/home/username' .

    I hope this will help

  2. #2
    Join Date
    Jul 2011
    Posts
    3

    Default

    I am facing the same problem, How can I overcome

  3. #3
    Join Date
    Nov 2010
    Posts
    119

    Default

    Quote Originally Posted by alvinperez View Post
    I am facing the same problem, How can I overcome
    That's what exactly given in the post You need to check all the setting shown in it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •