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
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
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?
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
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?
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,