Account created on 22 February 2009, over 15 years ago
#

Recent comments

πŸ‡ΈπŸ‡ͺSweden hstrindb

It's strongly recommended that Composer is used to help you handle all the complicated dependencies that both the core and different modules need. So if your site is not a composer-drupal site then I would recommend you to first convert it.

There are several guides on how to do this, here are two:

Then follow the guide on how to upgrade Drupal using Composer β†’

If you plan to use the module I mentioned I would assume that you get the module (using composer) and enable it before upgrading. 

All this is a bit complicated. Using DDEV simplifies it greatly since you can run your site locally with whatever version of database and PHP that you need and you will not need to install Composer in your machine since DDEV comes with Composer too.

https://ddev.readthedocs.io/en/stable/users/install/docker-installation/

Here is a youtube presentation: https://youtu.be/tvqwkymg6fE?si=C5sAObxDKxwvdXUU

DDEV is the most popular local environment among Drupal developers.

… and then you will probably not need that module. 

I have personally started to use DDEV very recently and it's great. I assume that you can start with the installation of DDEV and then convert your sites to use composer. And finally upgrade to D11. 

One final tip: I use OrbStack for Docker (DDEV uses Docker) and it's very simple! (I'm on a Mac).

πŸ‡ΈπŸ‡ͺSweden hstrindb

The patch works!
It allows for selecting either a black or a white icon.

Commerce comes with a set of icons of different colors, one green, one blue, and so on.
So an improvement would be to be able to select any of these.

But this is already awesome, many thanks!

πŸ‡ΈπŸ‡ͺSweden hstrindb

This looks like a patch for a README.md file. It begins:

diff --git a/README.md b/README.md
index 1a201e7..f8e0215 100644
--- a/README.md
+++ b/README.md
πŸ‡ΈπŸ‡ͺSweden hstrindb

dev-2.x cc8e7e6 updated 27 Sep 2023 at 12:25 UTC works for me with Drupal 10.1.5
(the dev-2.x .info file has the core_version_requirement: ^8 || ^9 || ^10)

πŸ‡ΈπŸ‡ͺSweden hstrindb

The patch #16 worked for me.
The error message is gone ("Tokens or token types missing name property
$info['tokens']['node-basic_cart_content']['quantity'])

Thanks

Production build 0.71.5 2024