- Issue created by @ThirstySix
- 🇬🇧United Kingdom aaron.ferris
Hello @Thirstysix
Can you please advise complete reproduction steps? I've just pulled this module down on a fresh 10.2.4 install and can't seem to see where this error is coming from.
1. Drupal 10.2.4
2. composer require 'drupal/printable:^3.1'
3. Enable the printable module
4. Configure to display print and pdf links on content
5. Add a new node
6. Go to said node
7. Click the links provided by printable - Status changed to Postponed: needs info
5 months ago 11:19am 7 July 2024 - 🇦🇺Australia Nigel Cunningham Geelong
Also, did you run the upgrade script - I think I recall seeing the issue myself and implementing an upgrade hook to address that.
Thanks!
- Status changed to Closed: works as designed
4 months ago 6:59am 11 July 2024 - Status changed to Needs work
4 months ago 2:10pm 15 July 2024 - 🇫🇷France skoubi
Hi All, I just ran into the same error after upgrading the module from 2.1 version to 3.1.3. I'm running drupal 9.5.11 locally and after the upgrade of this module to the latest version, I'm getting now this error when I click on the link provided by the module on the content page. I think a patch to set the default plugin id will sort it out, but I still need to ask to see if it is even needed ?
Nigel, I can't see which upgrade script are you talking about ? - 🇦🇺Australia Nigel Cunningham Geelong
Hi @skoubi.
There are a couple of update scripts added (printable_update_9000, 9001 and 9002 earlier in the year - the 9002 one is the one that's needed for this iirc.
If not, let me know and I'll take a look - you shouldn't need to apply patches if I've got all the possibilities covered.
Thanks!
- Status changed to Closed: works as designed
4 months ago 3:41pm 22 July 2024 - 🇫🇷France skoubi
Hi Nigel,
I actually did run the updates and clear the cache and it's now working.
Thanks for the updates !