- Issue created by @notFloran
- @notfloran opened merge request.
- πΊπΈUnited States themodularlab
Thanks for providing a quick fix for this @notFloran. So basically the reason were using
$request->getContentTypeFormat()
instead of code>$request->getContentType is the former is deprecated in symfony 6.1 and removed from 6.2. Drupal 10 only works on 6.2. See: https://www.drupal.org/project/drupal/issues/3284422 β .I think what I'll end up needing to do is to basically create a 3.x branch that is only drupal compatible and then maintain 2.x until drupal 9 is EOL.
I'll merge your fix as soon as I have a 3.x branch available.
- Status changed to Fixed
over 1 year ago 3:27pm 13 June 2023 - πΊπΈUnited States themodularlab
For Drupal 9: Use https://www.drupal.org/project/tb_megamenu/releases/2.0.0-alpha6 β
For Drupal 10: use https://www.drupal.org/project/tb_megamenu/releases/3.0.0-alpha1 β Automatically closed - issue fixed for 2 weeks with no activity.