Joomla 1.5 fails to install plugins

* JFTP::mkdir: Bad response
* JFTP::chmod: Bad response        
* JFTP::store: Bad response        
* Warning! Failed to move file. 
Unable to find install package
and error

• JFolder::create: Could not create directory
Warning:
file_put_contents(path_here)
[function.file-put-contents]: failed to open stream: No such file or
directory in /libraries/joomla/filesystem/file.php on line 297
Unable to find install package

This kind of errors occour because you have previously installed Joomla locally and then uploaded the Joomla folder to the remote server. By doing so you forgot to update all the parameters of your configuration.php file.

To fix the issue manually edit your configuration.php file and check that

  1. line 26
    var $ftp_enable = ’0′;
    is set to 0. You don’t need FTP access to install plugins!
  2. lines 27 and 28
    var $log_path = ‘logs’;
    var $tmp_path = ‘tmp’;
    have the correct path.  You should see in those paths those of your local testing machine instead of those of your remote server. Simply leaving ‘logs’ and ‘tmp’ will bring you back the functionality.

If you still have problems installing the plugins you may also check the folder permissions out. They should all have at least 700 (User permission for Access (execute) Read and Write.

Related posts:

  1. Open Source CMS (Content management system) with Joomla!
  2. working with system logs
  3. Setting up SquirrelMail webmail
  4. Glipper fails to load sometimes
  5. Install nvidia-glx-180 drivers in Ubuntu Karmic 9.10
  6. Nepomuck and stringi kubuntu 9.10 Strigi service failed to initialize
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

4 Responses to “Joomla 1.5 fails to install plugins”

  1. Johann says:

    Thanks a lot! This is the only correct answer to the problem. I just move the tmp path to my user disk space and fixed the writing rights!!!

  2. mrdata says:

    excelent!

    it worked for me!

    so many thanks!

  3. Suk0 says:

    Great!. Works for me!. Thnks a lot.

  4. jose says:

    thanks, you have save me

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.