+ Reply to Thread
Results 1 to 10 of 10

Thread: Some problem with FTP & Joomla 1.5

  1. #1
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Unhappy Some problem with FTP & Joomla 1.5

    Hello!

    Sorry for my poor English.

    I have some problems with my account. When I install Joomla 1.5 I couldn't activate FTP. I got a message "Your settings are incorrect". When I try to activate FTP in a control panel of Joomla 1.5 I always get "JFTP::connect: Could not connect to host "ftp.pasha4ur.mxhoste.com" on port 21"

    Through Filezilla my friend can work with my settings

  2. #2
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Re: Some problem with FTP & Joomla 1.5

    One times I got
    "JFTP::login: Unable to login
    JFTP::write: Unable to use passive mode "

  3. #3
    Moderator demlasjr will become famous soon enough demlasjr's Avatar
    Join Date
    May 2010
    Posts
    1,037

    Re: Some problem with FTP & Joomla 1.5

    You need to use active mode instead of passive mode to connect via joomla. If you are not unable to do that, leave that spaces free. After install you will be able to upload in the both ways: via joomla and via Firezilla.

  4. #4
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Re: Some problem with FTP & Joomla 1.5

    Ok. I'll try to reinstall Joomla.

  5. #5
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Re: Some problem with FTP & Joomla 1.5

    Has reinstalled it with empty options.

    Then typed

    ftp.pasha4ur.mxhoste.com
    21
    FTP-user
    FTP-password
    And got

    JFTP::login: Unable to login
    JFTP::write: Unable to use passive mode
    Components-> Download & Install-> JFTP::store: Bad response


    Has tried already about 10 free hostings. On noone has not earned all as Plug&Play. It is very sad.
    Last edited by pasha4ur; 08-27-2010 at 06:38 PM.

  6. #6
    Moderator demlasjr will become famous soon enough demlasjr's Avatar
    Join Date
    May 2010
    Posts
    1,037

    Re: Some problem with FTP & Joomla 1.5

    You don't need to type that....you should have access to your space without that settings....

    Anyway....you should search on internet and in joomla support, that error is not from us.
    Btw, did you tried with an active connection, not passive ?

  7. #7
    Moderator flasherwade is on a distinguished road flasherwade's Avatar
    Join Date
    Apr 2010
    Posts
    901

    Re: Some problem with FTP & Joomla 1.5

    @ pasha4ur

    Hi,did you set ftp in the global configuration - server - enable FTP?
    If so, you could use 94.249.143.27 instead of your domain ftp.pasha4ur.mxhoste.com.
    I installed a joomla to try this setting and it working with no errors.

  8. #8
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Re: Some problem with FTP & Joomla 1.5

    I have already set up a site on tje another hosting, but it fallen down Joomla! • View topic - Need help: Joomla 1.5 + free hosting

    On your hosting I have already tried:

    777 chmod for configuration.php

    I changed in this file var $ftp_enable = '1'; => var $ftp_enable = '2'; (I read that this can help) and typed:

    Code:
    var $ftp_enable = '2';
      var $ftp_host = '94.249.143.27';
      var $ftp_port = '21';
      var $ftp_user = 'pasha4';
      var $ftp_pass = '';
      var $ftp_root = '';
    
    Nothing didn't help

    P.S. I'm not a programmer. I'm not very well understand all this
    Last edited by pasha4ur; 09-02-2010 at 09:06 AM.

  9. #9
    Junior Member pasha4ur is on a distinguished road
    Join Date
    Aug 2010
    Posts
    7

    Re: Some problem with FTP & Joomla 1.5

    reinstalled again...

  10. #10
    Moderator flasherwade is on a distinguished road flasherwade's Avatar
    Join Date
    Apr 2010
    Posts
    901

    Re: Some problem with FTP & Joomla 1.5

    This is what I get from my configuration.php
    $ftp_enable = '1'
    $ftp_root = '/domains/yourdomain.com/public_html/';
    举报滥用

    get help from online chat(免注册在线聊天)

    host1free使用说明 用Ctrl+F更快找到信息 QQ群:71538943

    QQ International


    QQ IM Group of host1free:71538943

+ Reply to Thread

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34