@frankangelone

Account created on 20 November 2020, about 4 years ago
#

Recent comments

@flocondetoile I'm using the Claro admin theme. On the Drupal 10.3.0 release page under the section, "Theme system and template changes", there are changes posted regarding the Claro theme. I wasn't sure if any of these changes conflict with the Meta Position module.

@DTWtoMSY I'm glad to hear you were able to get it working!

@DTWtoMSY When I applied the patch I was in the root directory of my project. I then used the instructions I found from Drupal documentation to apply the patch. The option I used was step 2 from comment #15 📌 Tome not working with Drush 12 Needs work . I'm guessing you probably attempted this already from your comment. I stumbled across this issue thread regarding the error message. It's tied to the same cweagans/composer-patches package. Do you have this package in your composer.json file?

@jeremypeter That fixed it! After I ran composer require cweagans/composer-patches, manually applied the patches block from the example gist, and ran composer update, I could run Drush 12 successfully. Thank you for your help. When there's an official fix for Drush 12, I'm guessing we'll have to remove the patch before applying the official update. Is that correct?

@jeremypeter Thank you for the instructions. I manually added both code blocks as you described. However, I'm still seeing the error, "There are no commands defined in the "tome" namespace."

My order of operations were as follows:
1. Install Drush: composer require drush/drush
2. Apply patch: curl https://www.drupal.org/files/issues/2023-08-02/tome_drush12-support.patch | git apply --index -
3. Manually add the two code blocks you shared with me

I am wondering if any of the code blocks I manually added were intended to be added via composer? (i.e. composer require drupal-tome/tome_drush and then append "dev-dev-drush12" manually)

@jeremypeter When you incorporate this patch into the composer.json file, where should it go exactly? Thus far, I've applied the patch, "tome_drush12-support.patch".

Production build 0.71.5 2024