Posted: February 8, 2019 at 2:24 am
Hello, Wordpress : 4.8 We have installed event expresso 4.9.77.p . The website is a multi-network. We have follow many links : We have : Have you a idea ? is it problem with the multi network ? Thank for you help |
|
Hi, The problem appears to be the server is returning a 500 internal server for any requests going to /wp-json/. Can you check your server’s php error log to find the error message? The fix may be as simple as bumping the WordPress site’s memory limit, but the first step is to check for errors. See also https://eventespresso.com/wiki/troubleshooting-checklist/ |
|
Hi , I have already test this solutions (https://eventespresso.com/wiki/troubleshooting-checklist/) nothing working . I have add a rest plugin in website. have you a other idea ? Thank |
|
In this case you do not need to add a rest plugin to the website because Event Espresso uses the REST API that’s built into WordPress core. The important thing you’ll need to check is the php error log. I mentioned before the server is returning a 500 internal server for any requests going to /wp-json/, and in order to get to the bottom of this we’ll need to know the error message that’s logged when that request is made. |
|
We’ll check the logs. http://test.chartreuse.fr/wp-json/ee/v4.8.36/events is OK ini_set(‘memory_limit’, ‘512M’); solved the main pb, but we still have trouble, the application show the same “Unable to load data” with a good password. |
|
I can advise to upgrade to at least PHP 7.1. With regards to the “unable to load data” error, is WP_DEBUG set to false? |
|
Ok, here are he logs : — Any suggestion ? |
|
That’s an access log, you’ll need to look at the error log. I did ask if WP_DEBUG is set to false, if it’s set to true that could be causing the trouble. |
|
Log with an iPhone : Same kind of results. It’s not possible to upgrade PHP, but as JSON is Ok, it’s not an option at that time. define(‘WP_DEBUG’, false); // Set as we are in prod env I’ll try your suggestion
|
|
can we give you admin credential on this WP ? |
|
I didn’t suggest to change WP_FALSE to true. It needs to be false. You could send WP-admin credentials via this form, but I’m not sure what I will do with them as this appears to be a server environment issue, not a WordPress issue. |
|
Hi, Now here’s the point : => Why do you say that “it appears that it is a server issue” ? JSON response retrieve content and 200 status. The last action we can make is re-installing a fresh WP, with a fresh environment in PHP 7.1. But we’ll need an extra licence for a new domain in order to test the Android app functionnality. |
|
Hi, to work on a multisite WP, EE MUST be activated on the network. We wanted to make it work only on the french version. cheers. End of the thread. |
|
The support post ‘Error connection App android’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.