Posted: November 15, 2018 at 1:56 pm
I keep getting an error when I try to select payment after registering. |
|
Hi, I checked, and here’s the error in the source of the page when the registration form is submitted: https://slack-files.com/T02SY781D-FE4Q6KZ52-cea2d95d50 The way forward will be to activate WP_DEBUG mode so you can capture the PHP error that led up to the 500 error. There are instructions for activating WP_DEBUG mode here: https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug |
|
okay. I believe I activated the mode. Please let me know if I did it incorrectly. |
|
So I’ve narrowed it down to a plugin that is conflicting. The7 Ultimate Addons for Visual Composer. Unfortunately it runs all the visuals on my site. Not sure if there is a fix for this |
|
Hi there, The error log shows your site is running out memory. Visual composer itself uses a ot of resources, then it’s add-ons, then EE and it all mounts up. Currently, your site has roughly 128MB of ram available, you’ll need to increase that amount. You can add something like this to your wp-config.php file:
Which sets the memory limit to 256MB if your host has it available for your site. |
|
will that fix the error in Event expresso? |
|
The way to find out is apply that memory bump, then test the registration form. |
|
Which error in Event Espresso? The only error I can see in the logs is memory exhausted errors, like this:
Although Event Espresso is shown in the error, its essentially saying ‘Event Espresso tried to do X, but your server ran out of memory whilst doing so’. So increasing the memory limit should fix the above. I’ve just ran a test registration on your site and selected Invoice for the payment option, I didn’t get any errors but I’m assuming you currently have ‘The7 Ultimate Addons’ plugin enabled currently? |
|
I’m getting this error. “This registration step could not be completed. Please refresh the page and try again. |
|
You’ll get that error if your server throws a fatal during the request, which links back to the memory exhausted error mention above. |
|
My hosting server said I’m only at 0.58% of 4.00% CPU Limit. I asked about memory being exhausted and they said ram increase isn’t an option for shared servers |
|
We’re not talking about a ram increase for your server. We’re talking about bumping the amount of available memory for WordPress. Have you added this to your wp-config.php file yet? |
|
I did, but when I add it the site won’t load after. |
|
Actually I think it is working. Now let me see if that fixes the problem with Eventexpresso. I appreciate your patience with me 🙂 |
|
That fixed it. Thank you so much! By any chance if I wanted to remove the side bar on there how would I do that? Thanks again!! |
|
The sidebar is added by your theme. You could check your theme’s options panel to see if they’ve got a setting or option to make the pages/posts full width with no sidebar. |
|
The support post ‘Event won't go to step 2.’ 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.