I have added my fix to a new issue and created a merge request here: https://www.drupal.org/project/recently_read/issues/3407065#comment-1535... π PHP Fatal Error | Cron execution Entity queries must explicitly set whether the query should be access checked or not Needs review
Merge request issued. I can confirm after testing this fix resolves the issue.
j_edery β created an issue.
I have issued another merge request to resolve the issue. I have tested and can confirm this resolves the PHP fatal error when running cron.
I have found another Drupal 10 compatibility issue with the code which results in a PHP error during testing.
j_edery β made their first commit to this issueβs fork.
@tce in order to make use of the patch you need to install a composer plugin called "lenient"
Instructions:
setup the composer plugin:
composer require mglaman/composer-drupal-lenient
And add an exception for the vimeo_embed_field module:
composer config --merge --json extra.drupal-lenient.allowed-list '[ "vimeo_embed_field"]'
Add the patch to you'r composer files:
"drupal/vimeo_embed_field": {
"Issue #3290566: Drupal 10 compatibility fixes": "https://git.drupalcode.org/project/vimeo_embed_field/-/merge_requests/2...."
}
*Ensure you'r composer file is ssetup correctly to use patches.
j_edery β made their first commit to this issueβs fork.
In the mean time users that need to use this module in a Drupal 10 site: https://git.drupalcode.org/project/simpler_quickedit/-/merge_requests/1....
Merge request created to address issues noted on upgrade_status please merge and issue a new release. Thanks
j_edery β made their first commit to this issueβs fork.
j_edery β created an issue.
j_edery β made their first commit to this issueβs fork.
j_edery β made their first commit to this issueβs fork.
Patch failed I have issued a merge request with a patch that applies cleanly.
j_edery β made their first commit to this issueβs fork.
Merge request issued with changes that resolve all the fixes required by upgrade status.
j_edery β created an issue.
j_edery β made their first commit to this issueβs fork.
According to upgrade status all issues are resolved after applying the following patch: https://git.drupalcode.org/project/commerce_br/-/merge_requests/1.diff
Generated from the merge request.
This module is currently compatible with Drupal 9 sites. This issue has been created to help provide support to get the module compatible with Drupal 10.
j_edery β created an issue.
j_edery β made their first commit to this issueβs fork.
For users that prefer the standard patch please see an updated patch that includes all the latest D10 fixes.
The patch above needs to remove the core key in the module info and needs amending.