dave carpenter
Forum Replies Created
-
Forum: Plugins
In reply to: [Mapster WP Maps] Multipolygons and GeoJSON@mapster Thanks for the explanation. I misunderstood how MultiPolygons worked in GeoJSON. I ended up just combining all my features into one MultiPolygon and importing that and that worked fine. It’s good to know that the import tool will handle multiple features though.
Thanks!
Hey @glx77,
I will spin up a test site early next week and contact you via that email address.
Hey @glx77, sorry I missed your last message.
Yes, I’m still running into the issue. The “Clear all caches” button from your Loom video is the one I’m having trouble with.
Though I’m not sure why yours is sending a request to
index.php?rest_route=/wpe/cache-plugin/v1/clear_all_caches, while mine is sending a request to/wp-json/wpe/cache-plugin/v1/clear_all_cachesI’m not sure you would be able to reproduce it without the WP Engine cache plugin itself.
An AJAX POST request is made to a custom REST endpoint:
/wp-json/wpe/cache-plugin/v1/clear_all_caches. The server responds with a502code and the messageunable to send to backend. I’m not able to find this response string in any code on the site so I’m not sure where it’s coming from. I registered my own REST API endpoint and sent a POST request from the same page using the browser console and that worked fine.The only other clue is that this error only occurs on sites that have basic authentication enabled. I tried bypassing basic authentication with the
http_request_argshook but that did not work either.The issue persists across multiple sites with Weglot installed.
I will also reach out to WP Engine support and see if they have any insight.
Hi Edson,
I set up this exclusion in the Weglot dashboard, but it does not seem to solve the problem.
Thanks,
DaveThis only appears to be an issue on sites with basic authentication enabled
Hi Maya, I believe it was 6.3 -> 6.4
Forum: Plugins
In reply to: [WPSiteSync for Content] Does this plugin sync media files?Thanks, is there a way I can demo extensions before purchasing? Specifically the custom post type extension. I want to be sure that they will work with my specific setup.
Forum: Plugins
In reply to: [WPSiteSync for Content] Does this plugin sync media files?Thanks for the quick response!
How can I sync to a site that uses Basic Authentication? I’m currently receiving the following error:
Error authenticating user on Target: Target system did not respond with success code.