Hi, I installed Event espresso, the ticketing and the espresso-services. I’m able to create events’s and print tickets. I used a test user to register and print ticket. So far, so good.
I installed the Event Espresso mobile app for my iPhone. I provide my site’s url: “cybersavoir.csdm.qc.ca/rv2013” (exactly) and i provide for user and password the blog’s admin credentials. I get “Sorry can’t login – blog returned invalid data“.
My xmlrpc works, though: the WordPress app for iphone allows me to publishs posts to the same blog through xmlrpc…
what else should i look for?
NOTE, i’m running a multisite WordPress. I installed the plugin but only activated it for the /rv2013/ blog.
The mobile ticketing app api wasn’t written to be compatible with multisite, but you can work around this limitation if you’re comfortable with editing a few files in the mobile app api.
In a nutshell, this involves opening the entire espresso-services directory in a code editor and do a global find and replace for:
{$wpdb->prefix}events
and replace with
{$wpdb->prefix}7_events
Note: the above code example will make the mobile app look for the site with the ID of 7. You’ll need to find and replace with the blog ID where you have Event Espresso installed.
Viewing 1 reply thread
The support post ‘Mobile Ticketing: "Sorry can't login"’ 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.