terminal42 / contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!
GNU Lesser General Public License v3.0
35 stars 24 forks source link

Installation of version 1.4.10 in Contao 4.4.16 fails #57

Closed cmeis closed 6 years ago

cmeis commented 6 years ago

Having a freshly installed Contao 4.4.16 (installed via the Contao Manager) I cannot successfully install contao-leads (current version 1.4.10) today.

The installation is failing like this:


Using version ^1.4 for terminal42/contao-leads
/home/contao44-3/public_html/composer.json has been updated
Loading composer repositories with package information
Updating dependencies
Package operations: 4 installs, 0 updates, 0 removals
  - Installing contao-community-alliance/composer-plugin (3.0.8): Downloading (100%)
  - Installing menatwork/contao-multicolumnwizard (3.3.16): Downloading (100%)
  - Installing codefog/contao-haste (4.19.0): Downloading (100%)
  - Installing terminal42/contao-leads (1.4.10): Downloading (100%)
Writing lock file
Generating optimized autoload files
> Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
In ContaoModuleBundle.php line 36:

  The module folder "system/modules/contao-leads" does not exist.  

Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
--------------------------------------------------------
Exception occured: An error occurred while executing the "contao:install-web-dir" command: 
In ContaoModuleBundle.php line 36:

  The module folder "system/modules/contao-leads" does not exist.  
[...]

Indeed, the symlink in the system/modules directory is only named "leads", although pointing to a module directory named "contao-leads" in the vendor directory structure: lrwxrwxrwx 1 contao44-3 contao44-3 36 Apr 3 13:58 leads -> ../../vendor/terminal42/contao-leads

I successfully installed the module (same version!) into a Contao 4.4.14 installation last week, but cannot understand the reason for this error (probably due to lack of deeper understanding of Symfony etc.).

fritzmg commented 6 years ago

See https://github.com/contao/manager-bundle/issues/61

cmeis commented 6 years ago

Thanks a lot!