Hi,
One of my college just tried to install on Debian 6.7 squeese and got the following error.
[ERROR]
iMSCP::Addons::ComposerInstaller::_getComposer: #!/usr/bin/env php
All settings correct for using Composer
Downloading...
Download failed:
file_get_contents(https://getcomposer.org/composer.phar): failed to open
stream: Connection timed out
Downloading...
Download failed:
file_get_contents(https://getcomposer.org/composer.phar): failed to open
stream: Connection timed out
Downloading...
Download failed:
file_get_contents(https://getcomposer.org/composer.phar): failed to open
stream: Connection timed out
The download failed repeatedly, aborting.
iMSCP::HooksManager::trigger: A hook function registered on the
'afterSetupPreInstallAddons' hook and triggered in main::setupPreInstallAddons
has failed.
Hook function code was:
sub {
package iMSCP::Addons::ComposerInstaller;
use warnings;
use strict 'refs';
'iMSCP::Dialog'->factory->endGauge;
$self->_installPackages;
}
iMSCP::Debug::END: Exit code: 1
[root@hc][/usr/local/src/imscp-master]
Broadcast message from root@hc (hvc0) (Thu Oct 10 10:07:11 2013):
Any idea?