Joomla 1.5 fails to install plugins
April 8th, 2009 at 8:56pm |
* 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
- line 26
var $ftp_enable = ’0′;
is set to 0. You don’t need FTP access to install plugins! - 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:
- Open Source CMS (Content management system) with Joomla!
- working with system logs
- Setting up SquirrelMail webmail
- Glipper fails to load sometimes
- Install nvidia-glx-180 drivers in Ubuntu Karmic 9.10
- Nepomuck and stringi kubuntu 9.10 Strigi service failed to initialize
Print This Post
|
Email This Post
Posted in Web
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!!!
excelent!
it worked for me!
so many thanks!
Great!. Works for me!. Thnks a lot.
thanks, you have save me