- Issue created by @joseph.olstad
- Merge request !53Issue #3478378 by joseph.olstad: Fix for "child_type_BUNDLE" is not a supported key. β (Closed) created by joseph.olstad
- πΊπΈUnited States smustgrave
Has a test failure
But may need more info as I'm able to save the form without issue.
Also that entire function will go away in π Add validation constraints to book.settings Needs review
- π¨π¦Canada joseph.olstad
Since upgrading from D10.2 to D10.3 , book with or without contrib book is breaking everything on our setup.
So far I've tried D10.3 without book contrib
with book contrib 2.0.1
Wondering if I should try book contrib version 1, probably will try this now.
- πΊπΈUnited States smustgrave
Yea let me know. I'm hoping to merge in that schema update so that function is going away. Can probably get an update out after that.
- π¨π¦Canada joseph.olstad
ok is there a patch /merge request for the schema update that I can try?
- πΊπΈUnited States smustgrave
https://git.drupalcode.org/project/book/-/merge_requests/52.diff
May have some tweaks needed but that's the main bulk of it
- π¨π¦Canada joseph.olstad
tried that validation constraint patch mentioned in #52, doesn't help.
The only way I can get past this form save is with patch #2.
With that said, from there on, it's WSOD after WSOD for anything else that touches the book module when using Drupal 10.3
We're probably going to roll-back to D10.2, D10.3 isn't panning out for us.
- πΊπΈUnited States smustgrave
I'll do some testing on my end and see what's up. To my knowledge book core shouldn't impact book contrib, but maybe that's false.
- πΊπΈUnited States smustgrave
Out of curiosity does it work if webform is uninstalled?
- π¨π¦Canada joseph.olstad
Something happened between D10.2 and D10.3 , the core book module no longer works, and neither does the contrib.
We're evaluating an upgrade, and it's going to go back to D10.2 asap.
- π¨π¦Canada joseph.olstad
β°β― $ drush pmu webform
webform: The <em class="placeholder">Webform</em> field type is used in the following field: node.webform
I'd have to drop the webform bundle first. - πΊπΈUnited States smustgrave
Okay so core book module doesnβt work on 10.3 and neither does any contrib.
If I canβt replicate Iβll install webform next
Will get back tomorrow
- πΊπΈUnited States smustgrave
So got to some early testing.
On 10.3.3 site I have the book core module installed and saved without issue
Downloaded 2.0.x book contrib, drush updb, drush cr. core module shows changes from contrib and form saves with no issue.Still haven't tested with webform but any additional information? Anything in the logs?
- π¨π¦Canada joseph.olstad
Tried uninstalling webform, quite the rats nest to uninstall it.
- π¨π¦Canada joseph.olstad
OK, so somehow my environment must have gotten corrupted, still investigating but my colleague has no issues with D10.3 and hes not using the contrib book module, we tested together and core was still fine.
Im going to rebuild my environment deleting files that get downloaded and then run composer install again after restoring db from a backup
- πΊπΈUnited States smustgrave
Wonder if you found the issue? If anything book can put in to be defensive.