Posted: October 8, 2012 at 9:14 am
|
Hi why?
|
Has the xml-rpc remote publishing been enabled on the WordPress>Settings>Writing settings? Also, are you seeing any errors when you load up the app? |
|
|
Yes, it has been enabled. No errors and I can login but not events show in the panel. |
Hi Jesper, We can try to log in using one of our mobiles to investigate further. Please send WordPress admin level log in credentials via the contact form on this page: https://eventespresso.com/contact/ Select the “I am sending login info as requested” department form. |
|
|
Ok. I have sent the information to you. |
|
Hi Jesper, Have you updated to the latest version of the API and addon? |
|
It is new install not a update. The version of ticketing plugin is: Version 2.0.7 |
Hi Jesper, Is this a WordPress multi-site installation? |
|
|
Yes. |
Hi Jesper, The mobile app api does not work out of box in a multi-site environment. It will by default point the main database, so if Event Espresso is on another blog in the network, it will not be able to fetch the event data. This can be worked around by specifying the blog ID in the mobile app api files. For example in espresso-services/events.php where it says:
and the blog ID was ‘5’ it could be changed to: “espresso-services/events.php”
|
|
|
Hi Josh I tried changing at line 53 and 70 now the mobile does not login but gives me a “java.net.UnknownHostException: [mydomain.se]” |
Hi Jesper, Are those the only changes that were made to the mobile app api? There are other calls to the database that will need to changed in the same way. A quick and thorough method would be to open the entire espresso-services directory in a code editor and do a global find and replace for:
and replace with
The mobile app needs a connection to the internet in order to communicate with the server where Event Espresso is installed. It does not have offline scanning capabilities. |
|
The support post ‘Events not showing in App (2)’ 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.