- Issue created by @vaccinemedia
- Status changed to Fixed
10 months ago 11:25pm 2 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Adding a Geolocation field to the Geo field on the fields settings when using views shows a WSOD error when accessing the feed. Checking the logs shows the following:
InvalidArgumentException: Field field_geolocation is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField() (line 587 of /var/www/vhosts/example.com/httpdocs/core/lib/Drupal/Core/Entity/ContentEntityBase.php).
The view is a view of bookings and each booking is referenced by a location.
Have a content type called "Location" which has an address field, geolocation field and an entity reference field referencing another content type called "bookings". Have a content type called "bookings" which has a date field and the body field.
Fixed
4.0
iCal Export
Automatically closed - issue fixed for 2 weeks with no activity.