Posted: March 22, 2018 at 9:30 am
|
I recently migrated the server and wonder if there is a setting that isn’t on. It was working fine before the migration. Can you let me know what might trigger this? I don’t see any error in the logs. |
Hi Christina, What usually triggers this is a server issue. Does the new server have similar software (e.g. PHP version) and resources (e.g RAM) as the old server? Does the new server have server-level caching enabled? |
|
|
It’s a higher PHP from: 5.6 to 7.2 with FPM enabled. |
Does the new server have anything in place that restricts AJAX calls to the wp-admin from the front end of the site? If you can post a link to the event page we can investigate further. |
|
|
I don’t think so RE Ajax calls, not sure where to check that… |
I’m not seeing any errors when I submit the registration form there. One thing that may help narrow down the issue is you can turn on WP debug mode. There’s some information in the documentation that shows how: https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug |
|
|
IT’s not the registration, it’s the payment. |
This is the error in the console: If I were to guess what’s causing the 500 error is the new serving is missing a PHP function, used by the Authnet gateway, that the old server had. If you enable WP_DEBUG mode, then test, then check your site’s wp-content/debug.log file we’ll be able to find out which function is missing. |
|
|
I have this in my config |
That’s usually due to file permissions where the server will not allow WP to create a file. You can work around this by manually adding a blank file to the /wp-content/ directory, and name the file |
|
|
Thank you for your help. It was a php.ini with a different PHP version than the one set in WHM. The version it was trying to use didn’t have the iconv() function operating! |
The support post ‘ERROR on CHECKOUT "This registration step could not be completed."’ 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.