Posted: September 7, 2016 at 9:40 pm
|
When ever I click on Registrations (I only have 2 so far) and then click on the “Event Registration CSV Report” blue button it crashes and then just opens the homepage of my website. Any ideas or help would be greatly appreciated because the event is coming up this month! EE4 4.9.8p thanks |
Hi Eli, This usually happens when either the request is being blocked by the server, possibly triggering a mod_sec rule setup by the admin (you would need to confirm this with your hosting provider) or it can sometimes be an issue with permissions. You can try switching to a different method to export the CSV, to do that you need to add a little snippet of code to your wp-config.php file using ftp. You add this:
Anywhere above the line where it says:
Then retest, does the export work then? |
|
|
It’s not working. Same thing happens. Can you log in and help me please? This has to be working by this afternoon. I will pay if needed. |
Have you contacted your host/provider to confirm the request is not being blocked on the server? If you go to Event Espresso -> Maintenance -> System information Search for memory_limit and let me know what value is set there? |
|
|
memory_limit |
|
I purchased a Support Token for priority support. This needs urgent attention for events being advertised this afternoon. Thanks guys! |
Hi there Eli, I’m reviewing your support token and I’ll follow up shortly via email. Thanks — |
|
|
Still need help with this one. |
I can advise that you check with your host and give them a timeframe of when you were running into these errors to see if they can track down the cause of the redirects to the home page in your server’s mod_security logs. If they can identify a specific rule you’re tripping, they may be willing to disable it for you. |
|
|
Josh / Tony… I am the host provider. What would you like me to disable? But listen.. another site on the same server works fine using EE4. I have given Lorenzo (and whoever else needs access) any credentials you need to FTP / cPanel on the active ticket (please see email thread with Lorenzo or ticket for details). Please let me know what we need to do to get this working. Is there some kind of debug mode that will tell us what is going on? Need this one fixed asap. |
You can try temporarily disabling the mod_security rules to see if that helps. |
|
|
Josh, nope it didnt work after disabled mod_security in the htaccess file. |
May I ask how exactly you disabled mod_security from the .htaccess file? |
|
|
<IfModule mod_security.c> |
September 12, 2016 at 12:03 pm Apparently your server does not have the version of mod_security where the above would work, and your cpanel error log confirms this:
|
|
September 12, 2016 at 12:09 pm Based on the version of Apaches running on your server you will more likely have mod_security2 on the server. You can’t not disable that through .htaccess and need to use vhost. Take a look here: http://wiki.atomicorp.com/wiki/index.php/Mod_security#Disabling_Mod_security_per_domain |
|
|
September 12, 2016 at 12:13 pm Are we saying that mod_security is most likely the problem? If so I will disable it via the instruction on the wiki. Lmk though. |
|
OK I did exactly what it said. Disabling mod_security through the wiki link above worked! THANKS GUYS! |
Great! So although that works, you might want to work through the mod sec rules and figure out which one is causing the problem on your server and then disable that so that you can continue to use mod_sec without that specific rule rather than disabling it completely. The above would be outside the scope for EE but you can find details here: https://wiki.atomicorp.com/wiki/index.php/Mod_security#Disabling_Rules |
|
The support post ‘EE4 Event Registration CSV report crashes’ 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.