Support

Home Forums Event Espresso Premium 500 errors installing EE 4

500 errors installing EE 4

Posted: November 20, 2019 at 8:36 pm

Viewing 3 reply threads


Art Makers Denver

November 20, 2019 at 8:36 pm

I am getting 500 errors installing EE 4. I have tried installing through WordPress (error: file size exceeds php.ini limits). Installing via FTP: 500 error


Tony

  • Support Staff

November 21, 2019 at 2:41 am

Hi there,

Event Espresso has a lot of individual files and installing via FTP often casues issues as sometimes singles files can be dropped/skipped/lost for various reasons and even with a single file missing you’ll get’s errors.

I recommend increasing post_max_size and upload_max_filesize within your php.ini file (hosts often have a section in your control panel which you can use to change these values), I would use something like:

post_max_size = 16M
upload_max_filesize = 8M

Then upload though the Dashboard again.

Do you have the full error you getting on the site? If so can you post that error so we know the specific issue you are running into. If you don’t have it current check the error_log within the root directory of the site, it should be saved there.


Art Makers Denver

November 21, 2019 at 6:46 am

I updated the php.ini file but am still getting the same error: The uploaded file exceeds the upload_max_filesize directive in php.ini.

There are a ton of errors in the log from trying to install this plug in. Below are a few:
Here’s one error: [20-Nov-2019 03:59:20 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes) in /home/willowar/public_html/artmakersdenver/wp-content/plugins/event-espresso-core-reg/core/helpers/EEH_Template.helper.php on line 828

There are also a bunch of these errors with a few slight differences: [20-Nov-2019 05:41:55 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/willowar/public_html/artmakersdenver/wp-content/themes/khore-1.0.61/components/templates/shortcodes/efcb_fullspeakers.php on line 16


Tony

  • Support Staff

November 21, 2019 at 6:56 am

I updated the php.ini file but am still getting the same error: The uploaded file exceeds the upload_max_filesize directive in php.ini.

Event Espresso is currently 6.1MB when zipped, the default value on many hosts is 4MB. If you updated to the above to use 8MB but it still fails with the same error than that value isn’t being used on your site.

I recommend contacting your host and have them update it for you as it depends on their setup how you apply the change.

[20-Nov-2019 03:59:20 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 32768 bytes)

This error means your site is running on ~40MB of memory, which is rather low.

You can update this by adding define( 'WP_MEMORY_LIMIT', '128M' ); to your wp-config.php file above where it has /* That's all, stop editing! Happy blogging. */.

That will tell your server to allow up to 128MB of ram rather than 40MB.

See: https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

[20-Nov-2019 05:41:55 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/willowar/public_html/artmakersdenver/wp-content/themes/

Any error/notice/warning showing /wp-content/themes/* are from your theme and not EE. I recommend contacting your theme author to fix those as if there are many on each request your log files will grow rapidly.

Viewing 3 reply threads

The support post ‘500 errors installing EE 4’ 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.

Event Espresso