I don’t know what has happened, but suddenly EE stopped functioning. I cannot register to any event nor generate PDF for invoices.
When registering, EE says the registration step could not be completed, please refresh page. But registration still is created.
PDFs are not generated even for default templates.
Payments cannot be assigned. Says that there was an error, but payment is still assigned.
I have disabled all plugins and returned to my old theme. Nothing has helped.
One thing comes on my mind. I have recently updated to PHP 5.4. Can this be somehow reason for that?
Yes the update is likely the cause, not because your using PHP5.4 but likely it isn’t loading a required module.
There is a fatal error being thrown when I run through a registration:
Fatal error: Class ‘DOMDocument’ not found in /event-espresso-core-reg/core/third_party_libs/cssinliner/vendor/tijsverkoyen/css-to-inline-styles/src/CssToInlineStyles.php on line 146
Which link means you do not have the DOM extension installed on your server. Within your php.ini file you may find something like this:
;extension=dom.so
The semi-colon is a comment, meaning that modules is not loaded, remove the semi-colon (you may need to restart apache) and retry.
If that doesn’t work I would recommend contacting your host and have them enabled it for you.
The support post ‘EE 4.8.14.p suddenly not functioning’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.