- Issue created by @spenecer
- 🇮🇳India mohd sahzad
i have fixed this issue Not compatible with Drupal 10 and bibcite3.0
- 🇺🇸United States spenecer
If the bibcite_pubmed is enabled after using this patch, then the website throws a 500 Internal server error for every page. No pages resolve and are blank.
- Assigned to mohd sahzad
- Issue was unassigned.
- 🇮🇳India mohd sahzad
bibcite3.0 version not available, I think got this error: website throws a 500 Internal server error for every page. No pages resolve and are blank.
- 🇺🇸United States spenecer
I think the problem is that this module is not compatible with Drupal 10. It isn't just a problem that can be solved by changing the composer install requirements.
- First commit to issue fork.
- @bkosborne opened merge request.
- Status changed to Needs review
about 1 year ago 4:05pm 4 October 2023 - 🇺🇸United States bkosborne New Jersey, USA
I created a merge request which adds compatibility with Drupal 10 and drops compatibility with Drupal 9, just like the Bibcite 3.0.x branch. I don't think it's possible (or maybe not practical/worth it) to support both versions due to a class method we overriding having different signatures in each major Drupal version.
It's likely that even with this patch, users won't be able to update to Bibcite 3.x because this module currently declares support only for Bibcite 1.x and 2.x via its composer.json file. Even though this patch addresses that issue, composer doesn't look at the patched version of composer.json when determining the dependency tree.
A workaround for this is to masquerade bibcite 3.x as 2.x in your project's composer.json file:
"drupal/bibcite": "3.0.0-beta3 as 2.0.0-beta3",
This will install the 3.0.0-beta3, but it will treat it as if it were version 2.0.0-beta3 for dependency resolution.
Of course the best action here is to commit this merge request, ideally as a new major version.
- 🇺🇸United States bkosborne New Jersey, USA
Hiding patch file from previous work to avoid confusion
-
adci_contributor →
committed 6904c872 on 2.0.x
Issue #3384680: Not compatible with Drupal 10 and bibcite 3.0
-
adci_contributor →
committed 6904c872 on 2.0.x
-
bkosborne →
authored 403084c5 on 2.0.x
Issue #3384680: Not compatible with Drupal 10 and bibcite 3.0
-
bkosborne →
authored 403084c5 on 2.0.x
- Status changed to Fixed
about 1 year ago 10:44am 24 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.