I started getting this error for the first time this week on a map that has been functioning for months.
I get “Loading map…” front-end and back-end, logged-in and logged out.
I created a new map and it works fine, but I cannot access any of the data or templates from the previous one.
A follow-up: I looked in posts and found the original map post. However, when I created the new post, it is not saving into the posts table.
Is there a conflict with v5?
@jbleys MapSVG tries to do a request to https://staff.washington.edu/jbleys/wordpress/wp-admin/admin-ajax.php?page=1&sortBy=id&sortDir=desc&perpage=30&action=mapsvg_data_get_all&map_id=78&table=database – and it seems that your server doesn’t let to open that link for non-authorized users. “admin-ajax.php” file (from the link above) belongs to WordPress core and it should be available for WP themes and plugins.
@jcollier please provide a link to your map
@jcollier MapSVG should be working fine with WP 5.x (it was tested).
Hi! I have discovered something was changed in the posts post_content field — during a site migration which may have had something to do with the serialized array.
All set now!
-
This reply was modified 7 years, 2 months ago by
Sea Jay.
Thread Starter
jbleys
(@jbleys)
@oyatek Thanks so much for pointing out the issue. Indeed the entire wp-admin folder is configured for Authentication. The issue has been resolved via .htaccess by allowing the admin-ajax.php.
<Files “admin-ajax.php”>
Satisfy Any
Allow from all
</Files>
Best,
Jasper