I am able to access and login to the Event Espresso mobile app however I am unable to see any of our scheduled events. The ticketing and JSON add-ons have been installed but I am still unable to see events.
WP v3.9.2
EE3
New install
site link – southernfriedagile.com
Can you tell me where to locate the WP_Debug option?
We are using version 2.1 of the mobile app and using it on iOS but will need it for Android as well.
There are not any errors that are displayed. I can login with no issues but the event information is empty. It is not pulling in the data for our upcoming events where we have attendees registered.
Could you please backup your site and update to the latest software for the JSON API at version 2.1.2.P?
You can turn off the debugging for WordPress through your wp-config.php file:
define('WP_DEBUG', false);
if (WP_DEBUG) {
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
}
—
Lorenzo
Viewing 3 reply threads
The support post ‘Issues with Event Espresso Mobile App’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.