- Issue created by @sic
- π³π±Netherlands jurriaanroelofs
Hi, what commands did you use to install? Can you please try again and see if it installs 10.3.x?
- π©πͺGermany sic
I installed it via composer as written on the project page. I will try to remember to give it another try soon...
- πΊπΈUnited States bsnodgrass
I could not duplicate this problem with the installation or any issue with a missing color module.
The first time I started with local development installation using lando. I had to adapt the instructions slightly to accommodate, but got a working site on the first try. I installed visiting the local site and using the Drupal Installation Wizard.
The second attempt again with a local development installation using lando. I used a drush si for the installation. While there were a couple warning messages about missing blocks and missing translation files. I essentially got the same result.
Neither approach duplicated the problem identified in this issue. I kept a log if there are any questions.
- π¦πΊAustralia adriaanrm
I have had the same issue.
Tried installing via command line which failed with this error
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 155648 bytes) in C:\wamp64\www\compsdxpr\web\core\lib\Drupal\Core\Cache\MemoryBackend.php on line 109"
Just a newbie at this so any suggestions are appreciated
- π³π±Netherlands jurriaanroelofs
For new projects I can now recommend https://github.com/dxpr/dxpr_cms
The only feature that is left to port from DXPR Marketing CMS is Multilingual tooling.
The great benefit of this new StarterKit is that you don't need WAMP, you can use the included "ddev quikstart" command to launch a pre-configured server.
https://github.com/dxpr/dxpr_cms/blob/main/README.md
All future developments will happen on this project.