- 🇩🇪Germany Anybody Porta Westfalica
Seems this has been fixed in the meantime and was a bug in an older release?
If not, please reopen!
Not sure how my system got into this state, but I can't view the /admin/structure/views
page. Instead, I get a WSOD with the error:
Drupal\Core\Entity\EntityMalformedException: The "view" entity cannot have a URI as it does not have an ID in Drupal\Core\Entity\EntityBase->toUrl() (line 161 of /var/www/html/gunpost/gpd8/web/core/lib/Drupal/Core/Entity/EntityBase.php).
I did some debugging and found from drush views:list
I had an empty machine name and Name for a view that was enabled.
For me, the view was views.view.purchased_items_report
From the help of https://drupal.stackexchange.com/questions/273701/how-to-fix-view-with-n..., I then ran drush config:delete views.view.purchased_items_report
and I finally load the /admin/structure/views page again.
Not sure if this is a bug directly related to the commerce_reports module, but the yml file is related.
drush views:list
drush cex
drush config:delete views.view.purchased_items_report
(or whatever the correct one is)TBD
TBD
None
None
TBD
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Seems this has been fixed in the meantime and was a bug in an older release?
If not, please reopen!