Hi,
my update on ubuntu 12.04 server from 1.1.0-rc2 to rc3 fails with two errors about roundcube:
QuoteDisplay More[ ERROR ]
iMSCP::Addons::ComposerInstaller::_installPackages:
[RuntimeException]
Source directory /var/cache/imscp/addons/vendor/imscp/roundcube has
uncommitted changes.
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv
--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]
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 is 1!
[ ERROR ]
iMSCP::Addons::ComposerInstaller::_installPackages:
[RuntimeException]
Source directory /var/cache/imscp/addons/vendor/imscp/roundcube has
uncommitted changes.
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--lock] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv
--verbose] [-o|--optimize-autoloader] [packages1] ... [packagesN]
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 is 1!
Can i get the original folder /var/cache/imscp/addons/vendor/imscp/roundcube anywhere to fix this?
I added log of perl imscp-autoinstall -d:
http://paste.ubuntu.com/6064891/
Thx for help.