• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: cant install module! JFTP::Bad response...

cant install module! JFTP::Bad response... 16 years 10 months ago #3379

this comes what happends when i wanna install the module on joomla 1.5.3

JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::store: Bad response
Warning! - Failed to move file

Thanks you guys
The administrator has disabled public write access.

Re:cant install module! JFTP::Bad response... 16 years 10 months ago #3422

  • kpauner
  • kpauner's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
chmod to 777

or reset filerights
(i think its called filerights)
many webhotels have a fileright option where you just click and it resets to standard filerights (-rw-rw-r--) 664

it needs to be set to 777, but dont go around setting all your settings to this..

sorry for the bad english, im on a subject that i have not used much english on..
The administrator has disabled public write access.

Re:cant install module! JFTP::Bad response... 16 years 10 months ago #3449

solved it...thank you:cheer:
The administrator has disabled public write access.

Re:cant install module! JFTP::Bad response... 16 years 7 months ago #4817

  • ericmay
  • ericmay's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I'll post this here since it's where I looked for the answer.

IF you have your permissions set correctly and still see.
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::mkdir: Bad response

Try This- I don't have the slightest idea why it works but it Works!


Downloaded the configuration.php file and manually edited the following lines:
from var $ftp_root = '/htdocs'; to var $ftp_root = '/';
and then disabled FTP thus:
var $ftp_enable = '1'; to var $ftp_enable = '0';

Uploaded the file, refreshed the admin screen and now everything works fine! Go figure!!

Here's the Joomla forum I got the answer from. Credit where credit is due...
forum.joomla.org/viewtopic.php?f=428&t=274257
The administrator has disabled public write access.

Re:cant install module! JFTP::Bad response... 16 years 7 months ago #4818

  • ericmay
  • ericmay's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I'll post this here since it's where I looked for the answer.

IF you have your permissions set correctly and still see.
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::mkdir: Bad response

Try This- I don't have the slightest idea why it works but it Works!


Downloaded the configuration.php file and manually edited the following lines:
from var $ftp_root = '/htdocs'; to var $ftp_root = '/';
and then disabled FTP thus:
var $ftp_enable = '1'; to var $ftp_enable = '0';

Uploaded the file, refreshed the admin screen and now everything works fine! Go figure!!

Here's the Joomla forum I got the answer from. Credit where credit is due...
forum.joomla.org/viewtopic.php?f=428&t=274257
The administrator has disabled public write access.

Re:cant install module! JFTP::Bad response... 16 years 7 months ago #4819

  • ericmay
  • ericmay's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I'll post this here since it's where I looked for the answer.

IF you have your permissions set correctly and still see.
JFTP::mkdir: Bad response
JFTP::chmod: Bad response
JFTP::mkdir: Bad response

Try This- I don't have the slightest idea why it works but it Works!


Downloaded the configuration.php file and manually edited the following lines:
from var $ftp_root = '/htdocs'; to var $ftp_root = '/';
and then disabled FTP thus:
var $ftp_enable = '1'; to var $ftp_enable = '0';

Uploaded the file, refreshed the admin screen and now everything works fine! Go figure!!

Here's the Joomla forum I got the answer from. Credit where credit is due...
forum.joomla.org/viewtopic.php?f=428&t=274257
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!