Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Mobile Ticketing: "Sorry can't login" | Event Espresso - Staging Server
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.