Posted: August 4, 2016 at 2:09 pm
|
Hi, I downloaded the Event Espresso app, version 2.something. I have checked that the System Administrator account is part of the Administrators and also that this role has ALL the EE_* rights, yet it does not work. What can be wrong? Thanks in advance! ~Andreas |
Hi Andreas, If your website’s server is running PHP in FastCGI mode, then you’ll need to make an edit to the site’s .htaccess file before you can use the app. The edit is as follows: You open up your .htaccess file in a code editor and change one line in the rewrite rules. The change is made to the line that has: The reason for the edit is because servers that run fastCGI mode do not pass the Authorization header, and that’s how the app authenticates. |
|
|
Hi Josh, thank you for your reply. What shall I do then? Thank you in advance! Kind regards, |
Hi Andreas, Do you have the Application Passwords plugin installed and configured as outlined in the documentation here? You can also follow the app troubleshooting wiki: |
|
|
Hi Josh, I have now installed the Application Passwords plugin and followed the instructions. Still I do get error message when logging in on the App on my iPhone. The error message says: “Sorry, you are not allowed to list events. Missing permissions: I have checked the permissions and the account I use has ALL permissions (it is the Admin account on the WordPress site). What can be wrong? Kind regards, |
Did you go through the troubleshooting checklist, especially with regards to security plugins? |
|
|
Hi again Josh, I have no security plugin installed. I created a phpinfo() file and could there see that the Server API is CGI/FastCGI. So I did to the .htaccess file as you answered first. However this did not solve it either. Question: Do I need to install the plugin Basic Authentication handler too? Kind regards, |
No you don’t need to install the Basic Authentication plugin because #1, it’s bundled into EE4 at the moment, and #2 the Application Password plugin uses the same basic Auth method. You could try disabling the Application password plugin to see if the bundled Basic Auth plugin will work now that you’ve made the edit to the .htaccess file. |
|
The support post ‘EventEspresso App Apple’ 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.