[resolved] problem ispconfig /var/www

Discussion in 'HOWTO-Related Questions' started by youssefoslo, May 30, 2015.

  1. youssefoslo

    youssefoslo New Member

    Hi,

    i have a webserver debian 7 and i use LAMP + pureFTP + ispconfig3(lastupdate),

    my problem when i create my sites in ispconfig i don't find the folder "client" example:
    Code:
    var/www/client
    , and when i create ftp-user i can't connect with the account of this user like is not created.
    normaly i need to find him to confgure my sites,

    please help,
    Thx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Does the folder gets created when you run:

    /usr/local/ispconfig/server/server.sh
     
  3. youssefoslo

    youssefoslo New Member

    when i run "server.sh" I have this message
    Code:
    root@ns205125:~# /usr/local/ispconfig/server/server.sh
    PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
    PHP Warning:  Module 'apc' already loaded in Unknown on line 0
    Unable to load the server configuration from database.PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
    PHP Warning:  Module 'apc' already loaded in Unknown on line 0
    and when i change '#' with ';'
    Code:
    PHP Warning:  Module 'apc' already loaded in Unknown on line 0
    Unable to load the server configuration from database.PHP Warning:  Module 'apc' already loaded in Unknown on line 0
    
    and the folder is not created
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if the ispconfig server process is not able to connect to the mysql database anymore. Did you change the password of the ispconfig mysql user or is mysql not running?
     
    youssefoslo likes this.
  5. youssefoslo

    youssefoslo New Member

    in the first time i had reinstall the ispconfig but before i deleted dbispconfig,

    mysql is running without problem, and when i create my site it work but without creating the client folder
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    If you did not use the uninstall script from ispconfig, then you might have missed parts f the installation which now block your new install.

    But you are able to login into the ispconfig interface at the moment?
     
  7. youssefoslo

    youssefoslo New Member

    thanks i resolve the problem
    using phpmyadmin:

    delete ispconfig and ispsrv user
    delete all dbispconfig database
    rm -R /usr/local/ispconfig

    and after that i reinstall ISPConfig
    Code:
    php -q install.php
    TADAAAAA! it's work
    THX a lot,
     

Share This Page