Posted: October 9, 2017 at 9:26 am
|
After updating EE from 4.8.26.p to 4.9.46, clicking on the ‘Register’ button fails to load the registration page. I increased the memory per https://eventespresso.com/topic/getting-error-after-saving-event/ from 40M to 96M (single site), and turned on full logging. Nothing is reflected in the log. This was done with maintenance mode off, and after the site’s app pool was restarted. |
Hi there, When you say the page doesn’t load, what actually happens on the site? A whitescreen? Can you let me know which site this is happening on? Or link me to an event I can see this on? |
|
|
Thanks Tony! The error message is : “online.stlcc.edu is currently unable to handle this request. HTTP ERROR 500 ” The event is at https://online.stlcc.edu/events/test-event/ Thanks! |
Error 500 usually means a fatal error is happening on the server. If you have access to the servers error logs you can view the error there. If not ou can add this snippet: https://gist.github.com/Pebblo/8787f5530ea777c84aaf62f075e55b32 To your sites |
|
|
PHP logs: I also have IIS logs if needed (I don’t see anything in there, but I don’t work on servers, so I wouldn’t). |
|
A question from the server team: “Does the new EE use the xmlrpc?… not sure if it is related, but we are blocking it on the iis side” |
Whilst installing and using WordPress on IIS is possible, it’s less than ideal. WP (and therefor EE) is developed and tested on Linux based stacks. I’m guessing this was a limitation from your IT department and you can only use IIS?
Which version of MySQL is used on the server? I’m guessing an older version that doesn’t support uff8mb4: https://stackoverflow.com/questions/21911733/error-1115-42000-unknown-character-set-utf8mb4
I’ll double check but as far as I’m aware, EE does not use xmlrpc. That’s not what is causing the above error either way. |
|
Hi Kris, Can you install this plugin: https://wordpress.org/plugins/health-check/ Then go to the WP Dashboard’s Health Check page that’s added by that plugin and see what it says for MySQL utf8mb4 support. What does it say there? |
|
|
It says I can ask IT about the mysql library, but what is the MariaDB version supposed to be? |
|
Can the encoding be set to use utf8? Updating the components would take more time than I have for this update. |
MySQL server is version 5.5.3 or higher (including all 10.x versions of MariaDB).
That’s not recommended. |
|
|
What version of EE requires these changes? We were having no problems on 4.8.26.p, so I guess I’ll just revert to that. |
I don’t think that was actually a requirement added by Event Espresso, there was support for utf8mb4 introduced in WordPress version 4.2. You may also need to revert back your database and your version of WordPress in order for the reverted version of Event Espresso to function correctly. One reason for this is the older version of EE isn’t compatible with the newer versions of WordPress. |
|
|
What version is ‘the older version’? I have 2 similar sites, and the other one has been running fine with 4.9.28 and WP 4.8.2. I have reverted the site and it is testing fine with the same versions – it is upon upgrading Event Espresso that the issue appears. |
The older version you had was 4.8.26.p. |
|
|
But 4.8.26.p & 4.8.28.p are working fine for us with WP 4.8.2. It’s the upgrade of EE that caused the error. |
I think you meant 4.9.28.p is working on your other site. May I ask is that other site hosted on the same server? If so, then you can try 4.9.28.p on your other site, all other things being equal it should work there too. |
|
|
My sites are running… What I’m trying to find out is why my upgrade to 4.9.46 failed on online.stlcc.edu. The conversation so far had made me think something about EE 4.9.46 required utf8mb4, but you are saying it’s WP since 4.2. If that were true, I’d be having issues on one of the two sites listed above, right? |
I didn’t say WP required utf8mb4, I said it added support for utf8mb4. |
|
|
Thanks for that clarification. So what is the reason my update failed? |
I don’t know, but I can tell you that it probably would not have failed if your server met the recommendations from the WP Health Check plugin and the requirements listed here: |
|
The support post ‘Registration page fails to load’ 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.