🇲🇦Morocco @dehcar

Account created on 7 June 2012, over 12 years ago
#

Recent comments

🇲🇦Morocco dehcar

well, after reading the comments and solutions that was confirmed, i  tried them but somehow couldn't solve them the same way, i noticed the problem was drush but everyone wanted to run drush updb
what i did was change to the directory of drush 
cd .../my site/vendor/drush/drush

and just run the command

drush updb

everything worked for me again with an error/warning, all i had to do was clear the cache 

🇲🇦Morocco dehcar

i tested your theory, and it didn't work for me 
deleted the lock file and tried the composer update command same error priested 

🇲🇦Morocco dehcar

none of the solution provided worked for me
Fresh windows install
Fresh Uniform Server Zero with all required Php version and Mariadb
Fresh composer

installed Drupal 11 without a problem
face problem when trying to use the Umami profile, the website throws error 500 and after refresh shows empty/broken

anyhow delete and reinstalled new drupal 11
when i tried to install commerce i face this error, that googling it doesn't yield anything meaningful

C:\server\www\umami>composer require 'drupal/commerce:^3.0@alpha'

In VersionParser.php line 526:

  Could not parse version constraint 3.0@alpha': Invalid version string "3.0@alpha'"

finally what worked for me was switching single quotes to double quotes
this what worked for me

composer require "drupal/commerce:^3.0@alpha"

Production build 0.71.5 2024