An unexpected database error occurred. Please try again later.

SeMoO_HaDDaD

New member
Hi guys

Yesterday .. Suddenly appeared to me this message

Code:
An unexpected database error occurred. Please try again later.

When i view the source of the page
I get the following error

Code:
<!-- Mysqli prepare error: Incorrect information in file: './eralan_*******/xf_data_registry.frm' -->

What is the solution to this problem ..?
 
That error may indicate corruption in which case you need to restore a recent backup of your database.

I did some searching and found several reports of this error following changes to the MySQL configuration. One person messed up the my.cnf file on save. Another person accidentally disabled InnoDB. And yet another person discovered that the /tmp directory on the server was full or not writable. Server misconfigurations like this can cause this error. Have you or your host changed anything on the server recently?

http://forums.mysql.com/read.php?22,106192,106192
http://blog.sacaluta.com/2006/08/mysql-error-no-1033-incorrect.html
http://stackoverflow.com/questions/...atabase-incorrect-information-in-file-xxx-frm
http://www.vancelucas.com/blog/mysql-error-1033-incorrect-information-in-file/
 
Top Bottom