I spend hours of debugging and thinking that I was doing something wrong with the view. Then figured out that the views conditions are actually in the query but not added in the SOLR request.
Does anyone have a solution for this?
I agree with #18. The error message is very useful for developers. I don't see what should be changed to make this any better.
This should be added to the theme, which we don't have (yet).
Patch is working, thanks
Patch attached
I had the same issue, and solved it by updating to the latest version of the variationcache module:
- Upgrading drupal/variationcache (1.3.0 => 1.5.0): Extracting archive
Thanks! I was using the latest patch in this issue, when I switch to the MR it works
Thanks for the patch. The patch is working except if I add an image to the body with a token then the image is not being processed because the token replace is being called later in the process. Any ideas in how to solve this?
I had the same problem and the merge request !11 fixed it, thanks!
Thanks for the patch
The time service in the Contentlock class should be added to make the patch complete:
/**
* The time service.
*
* @var \Drupal\Component\Datetime\TimeInterface $time
*/
protected $time;
The patch in #26 works well but not with the 2.0.x branch. Attached patch makes it work with version 2
Here's a patch that fixes all Drupal upgrade status issues
Patch in #4 applies correctly and Drupal upgrade status shows no issues.
This patches also fixes the version number in info.yml and adds required access check on entity query