Posted: April 2, 2014 at 9:01 am
|
EE4 is so buggy. From incompatible browsers issues, to the most recent one, choking up a lot of memory. I have only EE4 enable & I got this error. I have no other option, rather than to disable the form & rely on Google Form instead. I am not happy. Should stick to EE3. |
Hi Jamal, What specific issues are you having with Event Espresso 4? Are there any errors related to EE in your site error_log? — |
|
|
Currently this error Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/xxxxxxxxx/public_html/v1/wp-content/plugins/event-espresso-core-reg/core/db_models/fields/EE_Datetime_Field.php on line 490 |
Hello, thanks for the additional information. WordPress currently requests 40MB for itself. If you have installed a handful of plugins, then this could trigger this message. Try raising the memory that is available to PHP: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP If you are not comfortable making this change, then your web host can make this change for you. — |
|
|
Hi, The PHP memory is already 128MB. The problem is caused by this line in EE_Datetime_Field.php $abbrarray = timezone_abbreviations_list(); This somehow use a lot of time & resources. So can I edit it to something better? |
|
Hi, Have you confirmed your memory allocation with your host? Setting the memory to 128mb in the wp-config.php will not increase the memory if the host hard caps it. A lot of shared hosting providers do limit memory allocation. |
|
Hi, Yes. Infact they already increased to 256M. And finally we managed to download the registrants csv. So its either EE4 consumes a lot of memory or my 11 variable forms are too big to handle. |
|
Hi, I would like to do some tests to see if there is an issue with this. OK so the issue only happens when exporting registrants data? How many registrants were in the list? And approx how many questions per registrant? Would it be possible to get a copy of your database to import into a test server to test the exact questions/registrants you have? Obviously if it’s a memory leak/issue we would like to get it fixed. It’s just we haven’t come across this before and we use a wide variety of testing servers including low memory ones. |
|
Hi Dean, The database contains personal information. So I had to replaced those sensitive data with something else. Oh, it has more than 11 variables. You can download it at https://db.tt/GzD6MaOF I hope it will improve EE4 Regards |
|
Thanks Jamal, examples liek this do go a long way into helping us understand real world usage. |
|
Good luck. I hope I will be able to use EE again soon. |
The support post ‘Internal server error’ 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.