Replies: 0
wp-admin > Events > Locations goes to /wp-admin/edit.php?post_type=location, which displays the “Sorry, you are not allowed to access this page.” error
wp-admin Admin Bar > New > Location goes to /wp-admin/post-new.php?post_type=location, which works as expected
Same for Events if I remember correctly… Anyway, this was a pretty fresh WP install but I figured I’d try the “Reset” option and that threw these errors:
WordPress database error: [Unknown column ‘event_notes’ in ‘wp_em_events’]
ALTER TABLE wp_em_events CHANGE event_notes post_content longtext NULL DEFAULT NULL
WordPress database error: [Unknown column ‘location_description’ in ‘wp_em_locations’]
ALTER TABLE wp_em_locations CHANGE location_description post_content longtext NULL DEFAULT NULL
But it did solve the issue of the Events and Locations wp-admin archive/list view of all those posts.
Just reporting the issue here in case it helps uncover a bug.