I am working with EE4. When I click on the button for the event registration CSV report, it just kicks me out to my home page and does not give a report. Is there a fix for this?
Next, if this was previously working but recently stopped, then there may be a conflict from another plugin.
Have you recently installed any new plugins?
If so, try temporarily deactivating all plugins and reactivate your Event Espresso software. Then go to the registrations overview screen and generate the CSV report again.
If it works without sending you to your homepage, then reactivate a few plugins at once and repeat the process. Continue those steps to pinpoint the source of the conflict.
All software is up to date. I’ve tried de-activating everything but it still kicks me to the home page. Some of our customers are having issues registering as well. They keep getting kicked over to another page of the website when they try to select their province.
Can you check the .htaccess file on your server? Does it have more than what WordPress adds for its permalink rewrite code? This is the permalink rewrite code that WordPress adds:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If there is other code there, you could try backing up the .htaccess file, then remove anything that’s not part of the rewrite code.
Viewing 3 reply threads
The support post ‘Event Registration CSV report’ 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.