Problem/Motivation
hi after manually updating the project from 9.0.16 to 9.1.0
i am having the below errors
warnings on composer install/update
Class Varbase\composer\ScriptHandler is not autoloadable, can not call post-drupal-scaffold-cmd script
Class Varbase\composer\ScriptHandler is not autoloadable, can not call post-install-cmd script
Class Varbase\composer\ScriptHandler is not autoloadable, can not call post-install-cmd script
error on drush updb/cr command
In ExtensionList.php line 522:
The profile varbase does not exist.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | varbase-releases.png | 110.66 KB | rajab natshah |
Comments
Comment #2
delacosta456 commentedComment #3
rajab natshahThanks, for testing the upgrade and reporting
Do you have the following in the root composer.json file?
as in https://github.com/Vardot/varbase-project/blob/9.1.0/composer.json
Important to follow with the steps notes and steps as in
and
"vardot/varbase": "~9.1.0",in the root composer.json file."drupal/core": "~10",in the root composer.json file.drupal/core-composer-scaffoldto~10in the root composer.json file.drupal/core-project-messageto~10in the root composer.json file."drupal/core-dev": "~10",in the root composer.json file.composer updatenumber of times ( do that 3 times min )./bin/drush updbnumber of times ( do that 3 times min)Comment #4
delacosta456 commentedhi
sorry forgot to add my composer.json before update
Comment #5
delacosta456 commentedhi
i just notice line are missing ..
let me retry and get back to you please
Comment #6
rajab natshahChange
"vardot/varbase": "~9.0.0",to"vardot/varbase": "~9.1.0",in the root composer.json✅ Released Varbase 9.0.17 (
Drupal ~9old way )✅ Released Varbase 9.1.0 (
Drupal ~10old way ) for upgrades✅ Released Varbase 10.0.0-rc1 (
Drupal ~10new way )Planed to drop support for Drupal 9
Drupal 10 has 3 years LTS
Comment #7
rajab natshahUpdated the documentation for
Update old Varbase ~9.0.0 to ~9.1.0 composer.josn to Drupal 10
Comment #8
delacosta456 commentedhi
ok thanks .. Update run successfully now
Comment #9
rajab natshahComment #10
rajab natshah