I had this extra join causing issues in one of my views.
I could get around it by, going to Advanced->Query Settings and checking off Disable SQL rewriting. This disables node access checks as well as override hook_query_alter() implementations. Hope this helps.
I need to be able to launch Libsyn audios on my site. If I install this patch will I be able to do that? Thanks
I am having too many problems with version 3,2. When I try to rever tot he old version I am not able to. Is it not possible to revert?
I am getting this same error. I am on drupal 9.5.11 and just updated twig_tweak to 3.2
When I logged in to the very first time, I got this error. On subsequent logins, there is no problem
Just wanted to update that this issue with the rate_limits module is resolved.
The lenient config was not being picked up because I had deleted my composer.lock and vendor folder and was doing a 'composer install'.
So I changed composer.json to core version 9, generated lock and vendor, and then updated composer.json to core version 10, and ran composer update and the lenient config kicked in, and I had a successful D10 build.
I have installed the Patch #7 and Upgrade Status module says the rate_limits module is now compatible.
But when I try to composer update to D10, I get the error below. Not sure what I am missing. I even installed mglaman/composer-drupal-lenient and added drupal/rate_limits to the allowed-list of lenient modules. But it still gives this error.
Problem 1
- drupal/rate_limits dev-2.x requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10).
- drupal/rate_limits 2.x-dev is an alias of drupal/rate_limits dev-2.x and thus requires it to be installed too.
- Root composer.json requires drupal/rate_limits 2.x-dev -> satisfiable by drupal/rate_limits[2.x-dev (alias of dev-2.x)].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Just wanted to update that this issue was gone when I downgraded drush from version 12 to 11
#7 solved this problem for me. Thanks!
I'm laving the same drush error after D10 upgrade. 'lando drush sa' and 'vendor/bin/drush sa' result in the same error. Have you been able to resolve this?
Glad for any help.