- Issue created by @sandip.prajapati
- 🇮🇳India Jeya sundhar Coimbatore
Hi @sandip.prajapati,
Will you share your exported view (D7) for reference to fix this issue.Thank you,
Jeya Sundharam - 🇪🇬Egypt Hamzeh Alhomsi
Hi @Jeya sundhar,
I'm facing the same issue, using Drupal 9.5.9 with Views migration version 1.2.6 & Dev versionI imported the content, taxonomies, and users then I triggered the views migration command, the views have been imported successfully,
and the error msg: InvalidArgumentException: A valid cache entry key is required. Use getAll() to get all table data. in Drupal\views\ViewsData->get() (line 140 of core\modules\views\src\ViewsData.php). - 🇪🇬Egypt Hamzeh Alhomsi
I found what causing the issue, it's a Nodequeue relationship, I removed it from the views, and everything working as expected.
- 🇺🇸United States xeiro
The patch at https://www.drupal.org/project/entity_reference_revisions/issues/2799479 🐛 Views doesn't recognize relationship to host Needs review looks to fix this error in D9.5x.
- Status changed to Closed: won't fix
9 months ago 9:54am 5 April 2024 - 🇺🇸United States ExTexan
I'm not sure what a "Nodequeue relationship" is (from #4), and I'm not using the entity_reference_revisions module (from #5).
Can someone offer some insight on what I need to look for? The view with the issue in my case lists several taxonomies.
- 🇺🇸United States xeiro
Had this issue and noticed that some of the views had missing/broken handlers (relationships) after updating to d10.3x, 8.3. MR!5321 at https://www.drupal.org/project/drupal/issues/2829178 🐛 Views Term ID has broken filters ("All of", "Is none of") and contextual filters "allow multiple" Needs work solved this issue for me.