- Issue created by @marco.b
- πΊπΈUnited States jdleonard Austin, TX, USA
Hi @marco.b!
I failed to reproduce this on a clean install.
I tried as follows:
- composer create-project drupal/recommended-project my-site && cd my-site
- composer config minimum-stability alpha
- composer require 'drupal/crm:^1.0.0-alpha5'
- composer require drush/drush
- ddev config --project-type=drupal --docroot=web --php-version=8.3
- ddev start
- ddev drush site:install -y
- ddev drush pm:install crm -y
- ddev drush user:login
I also tried:
- composer create-project drupal/recommended-project my-site && cd my-site
- composer config minimum-stability alpha
- composer require 'drupal/crm:^1.0.0-alpha5'
- ddev config --project-type=drupal --docroot=web --php-version=8.3
- ddev start
- Ran install with Standard profile via https://my-site.ddev.site/core/install.php
- Enabled CRM via https://my-site.ddev.site/admin/modules
Could you please:
- Try reproducing using either of the above sets of steps
- If that works, provide a copy of your composer.json (I suspect the issue might be caused by or related to another project) and details of your hosting environment
- πΊπΈUnited States bluegeek9
It reads like you upgrade between alpha releases. There are no schema updates for alpha releases. CRM as to be uninstalling be going to a new version.
- π©πͺGermany marco.b
Thy for the replies.
@bluegeek9
No, I didn't upgrade between alpha releases. Just installed 'drupal/crm:^1.0@alpha'
But I tested this with a fresh drupal installation and everything works fine. I'll check what the problem was with my first installation.