Duplicate Locations when updating events via WP backend
-
(I had this as a tangent in another thread that was resolved so thought I’d repost as it’s a new issue)
When editing events in the WP backend after they have been initially posted and saving the changes, duplicate locations are created.
In the database there’s all null values for these duplicate locations
like this:
location_address,location_town,location_state,location_postcode,location_region,location_country,location_latitude,location_longitude,post_content,location_status,location_private NULL,NULL,NULL,NULL,NULL,NULL,0.000000,0.000000,NULL,1,0
any idea why this would be happening?
As well I’ve noticed that some events that were deleted through the WP admin left behind a few locations (which I also deleted), but these locations still show up, even though they are completely gone from the listings in the admin area. I ended up removing them from the database directly. Any ideas as to why locations don’t get removed properly?
- The topic ‘Duplicate Locations when updating events via WP backend’ is closed to new replies.