Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Generating optimized autoload files
contao/manager-plugin: Generating plugin class...
contao/manager-plugin: ...done generating plugin class
I get the following error if i want to install the modul.
`$ /usr/bin/php7.1 '-q' '/home/www/.../web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
Loading composer repositories with package information Installing dependencies from lock file Nothing to install or update Generating optimized autoload files contao/manager-plugin: Generating plugin class... contao/manager-plugin: ...done generating plugin class
In YamlFileLoader.php line 704:
There is no extension able to load the configuration for "huh_encore" (in /home/www/.../vendor/heimrichhannot/contao-subcolumns-bootstrap-bundle/
src/Resources/config/config.yml). Looked for namespace "huh_encore", found "knp_menu", "knp_time", "header_replay", "netzmacht_html", "framework", "security", "twig", "monolog", "swiftmailer", "doctrine", "doctrine_cache", "exik_maintenance", "nelmio_cors", "nelmio_security", "contao_manager", "contao", "contao_faq", "contao_installation", "contao_news", "request", "utils", "netzmacht_font_awesome_insert_tag", "netzmacht_contao_form_designer", "netzmacht_contao_toolkit", "contao_bootstrap_core", "contao_bootstrap_form", "contao_bootstrap_grid", "contao_bootstrap_layout", "contao_bootstrap_panel", "contao_bootstrap_tab", "contao_bootstrap_templates", "cca_meta_palettes", "contao_calendar"
Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
In ScriptHandler.php line 113:
An error occurred while executing the "contao:install-web-dir" command:
In YamlFileLoader.php line 704:
/home/www/.../vendor/heimrichhannot/contao-subcolumns-bootstrap-bundle/src/Resources/config/config.yml). Looked for namespace "huh_encore", found "knp_menu", "knp_time", "header_replay", "netzmacht_html", "framework", "security", "twig", "monolog", "swiftmailer", "doctrine", "doctrine_cache", "lexik_maintenance", "nelmio_cors", "nelmio_security", "contao_manager", "contao", "contao_faq", "contao_installation", "contao_news", "request", "utils", "netzmacht_font_awesome_insert_tag", "netzmacht_contao_form_designer","netzmacht_contao_toolkit", "contao_bootstrap_core", "contao_bootstrap_form", "contao_bootstrap_grid", "contao_bootstrap_layout", "contao_bootstrap_panel", "contao_bootstrap_tab", "contao_bootstrap_templates", "cca_meta_palettes", "contao_calendar"
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] []...
Process terminated with exit code 1
Result: General error`