HI everyone,
in my new installation on ubuntu 16.04, after installing with imscp-reconfigure -d, and after executing the four induced commands, I see this error
I can not understand the problem thanks
HI everyone,
in my new installation on ubuntu 16.04, after installing with imscp-reconfigure -d, and after executing the four induced commands, I see this error
I can not understand the problem thanks
in my new installation on ubuntu 16.04, after installing with
imscp-reconfigure -d
and after executing the four induced commands, I see this error
[FATAL] Servers::httpd::apache_php_fpm::installer::_guessSystemPhpVariables: Couldn't guess `Servers::httpd' PHP configuration parameter value: directory doesn't exists. at /var/www/imscp/engine/setup/../PerlLib/Servers/httpd/apache_php_fpm/installer.pm line 224, <$fh> line 184.
Is i-MSCP already installed on your server or not? The imscp-reconfigure script is not meant to be run for fresh install, unless you have chosen the manual mode. You should instead run the imscp-autoinstall script inside the i-MSCP archive.
Thanks for the quick response. At the end of the installation process with perl imscp-autoinstall -d imscp orders to execute the following four commands
After the last command, perl /var/www/imscp/engine/setup/imscp-reconfigure -d, I have this error
Display MoreAt the end of the installation process with
perl imscp-autoinstall -d
imscp orders to execute the following four commands
rm -fR /var/www/imscp{daemon,.engine,gui}
cp -fR /tmp/imscp/* /
rm -fR /tmp/imscp
perl /var/www/imscp/engine/setup/imscp-reconfigure -d
Those commands are only showed if you run the installer in manual mode. Please rerun the installer (perl imscp-autoinstall -d) and when you're asked for the installer mode, choose auto. There is a bug for the manual mode which has been fixed in our development branch. Basically, required packages are not installed when they are expected to be.
Thanks a lot, the setup worked now.