Monday, August 9, 2010

Joomla Error

Joomla Error

* JFTP::login: Unable to login
* JFTP::store: Unable to use passive mode
* Warning! Failed to move file.


This happens when the ftp of Joomla doesn’t work properly. You may fix this issue by just disabling the ftp in the file ‘configuration.php’

Open the configuration.php file using  an editor like VI

root@[/home/testing/www]# vi configuration.php

Then search for the following line :

var $ftp_enable = ‘1′;

change 1 to 0 to fix the issue.

Alternatively, you can disable it from the global configuration option–> server in Joomla

No comments: