An unexpected database error occurred

sacalul

Member
When I load the site I get this error. "An unexpected database error occurred. Please try again later." Could anyone help me with this. It was fine one day then the next just that.
This is the site https://forums.webmastersmind.com/
Thank you
 
The actual issue is this (when viewing the page source):
Code:
<!-- Mysqli prepare error: Unknown storage engine 'InnoDB' -->

You will have to contact your host regarding that, as they have changed something on the server and removed InnoDB support.
 
The actual issue is this (when viewing the page source):
Code:
<!-- Mysqli prepare error: Unknown storage engine 'InnoDB' -->

You will have to contact your host regarding that, as they have changed something on the server and removed InnoDB support.
I know this is an old thread but thank you, @Brogan, for posting that. I was searching for why I was getting this and it gave me the answer.
 
Top Bottom