Web-FTP broken?

Discussion in 'Installation/Configuration' started by jmroth, Oct 24, 2005.

  1. jmroth

    jmroth New Member

    Hi there,
    is it possible that webftp is broken in the current version (it worked before).

    This is what it tells me when I try to login (login and password are correct).

    Regards,
    ~jm
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    What is the value of the variable $go_info["server"]["server_root"] in the file /home/admispconfig/ispconfig/lib/config.inc.php

    Are the following files on your server:

    /home/admispconfig/ispconfig/lib/classes/weblibmodule.inc.php
    /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_web.lib.php
     
  3. jmroth

    jmroth New Member

    Hi there,

    $go_info["server"]["server_root"] = "/home/admispconfig/ispconfig";

    The second file you mentioned is there, the first one is not.

    It seems to be broken since I made the upgrade to 2.1.0...??
     
  4. falko

    falko Super Moderator Howtoforge Staff

    I've just investigated this with ISPConfig 2.1.0, and it's working fine for me...
    Can you post the output of
    Code:
    repquota -avug | grep admispconfig
    here?
     
  5. jmroth

    jmroth New Member

    admispconfig -- 31732 0 0 1431 0 0
    admispconfig -- 31728 0 0 1430 0 0

    Have you tried with an upgrade from 2.0.9?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Ok, then it's not a quota issue...

    Yes.
     
  7. jmroth

    jmroth New Member

    One issue I remember during the upgrade was that some compilation failed because I made a mistake in modifying "compile_aps/compile". (I have to use my locally installed openssl since its a 64-bit machine).

    I then noticed that /root/ispconfig was missing. (The installer deleted it as it seems.)
    So I restored it from the backup I made before.
    Then I started the installer again, it detected that it was an upgrade, and it worked.

    Maybe these were some unexpected circumstances?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Not quite sure. Maybe...
    Can you restore the missing files from your backup?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    When the ISPConfig installer is executed, it makes a backup of the /root/ispconfig and /home/admispconfig directories and stores it in the /temp directory.
     
  10. jmroth

    jmroth New Member

    Well I cannot find weblibmodule.inc.php, neither in my backup of 2.0.9, nor in the install archive of 2.1.0...
     
  11. jmroth

    jmroth New Member

    Hi again,
    I have downloaded ISPConfig again and looked at all backups. It seems there is not weblibmodule.inc.php at all. :confused:
    Maybe it is looking for some web/lib/module.inc.php (which does not exist either) and is missing the separators at the same time ... or something similar???
    Regards,
    ~jm
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Hi,

    I will check the sources if there is something broken in the Web-FTP.

    Till
     

Share This Page