I see one other user had had this issue too: Modern Events Calendar breaking my admin side Unfortunately that thread is closed so I’m submitting my case.
I have the exact same issue as @threeoten has described here- i get a 500 internal server error when trying to log into my site. My site is with dreamhost. I’m using php 7.4. MEC is version 5.9. These are my custom php settings:
max_execution_time = 600
max_input_vars = 10000
memory_limit = 512M
max_input_time = 400;
Just to let everyone know, I contacted the developers of the “Modern Events Calendar” plugin (Webnus) and they took a look and just said to “increate the memory on your site to prevent the lack of server memory.” which i did (to 512M) but I still have the issue.
I found that the MEC plugin was the issue by disabling ALL my plugins and then one by one enabling them to see which one would give me the 500 error. the MEC plugin was only one that did that, so unless MEC is conflicting with some other plugin on my site to create the 500 error, it seems that no other plugin is at fault.
Not sure if @Themeco can do anything or not but I more than less wanted to report the issue here in case others are seeing the same issue.