Posted: February 17, 2015 at 7:20 am
|
I am a new EE user, running 4.6.7 on wp 4.1 Here are our events: http://clrc.org/event-listing/ You can see opn the events where there is no charge (ex. http://clrc.org/events/first-monday-everson-museum-of-art/) that it will display a “This registration step cannot be completed. Please refresh the page and try again.” On checking the log, the user was registered, but does not generate an email or allow the user to “complete” registration. Where there is a charge (ex. http://clrc.org/events/systematic-reviews-the-role-of-the-librarian/) selecting the Invoice payment option leads to a blank screen. Please help! |
Hi Matthew, Can you go to Event Espresso -> Messages. Check if there is both a Registrant Pending Payment and Registration Approved messages types in the list. When you see a white screen in WordPress this usually means a fatal error is being thrown somewhere. Can you enable WP_Debug in you wp-config.php file and retest the registration please. You should see some form or error output to screen. If you post that here we can investigate further. |
|
|
Hi Tony, Both messages are present in the messages console. I enabled debug. I’m now seeing the following instead of the blank page: Fatal error: Class ‘DOMDocument’ not found in /var/www/html/clrc.org/wp-content/plugins/event-espresso-core-reg/core/libraries/messages/messenger/assets/email/CssToInlineStyles.php on line 235 Any other ideas on the free registrations being blocked? |
|
On refreshing the “free” registration after it fails to go through, I’m now getting the same error: Fatal error: Class ‘DOMDocument’ not found in /var/www/html/clrc.org/wp-content/plugins/event-espresso-core-reg/core/libraries/messages/messenger/assets/email/CssToInlineStyles.php on line 235 |
Hi Matthew, a module from PHP may be missing from your server configuration. Could you ask your webhost to enable the PHP xml module? Here is an example from the WordPress support forums: Once that has been done, the error should clear up. Thanks — |
|
|
installed the module, but the error remains. Is there a required version of php I should be running on the server? |
|
for reference, I’m on 5.3.3 |
Hi, we recommend PHP 5.4 and up. Also be sure to restart the services on the server afterwards. — |
|
It sounds like the PHP DOM Module is not installed on your server. Can you please check with your hosting provider to make sure the PHP DOM Module is installed and activated on your server? Here is more information: http://php.net/manual/en/intro.dom.php |
|
|
Great, i’m back on track. Thanks so much!!! |
The support post ‘Registrations cannot complete’ 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.