• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

how i fix this error?

kimokimo

Kimo
Joined
Jan 25, 2011
Messages
821
Solutions
6
Reaction score
156
GitHub
karimadnan
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1030 Got error 134 from storage engine' in C:\xampp\htdocs\latestnews.php:522 Stack trace: #0 C:\xampp\htdocs\latestnews.php(522): PDO->query('SELECT `g`.`id`...') #1 C:\xampp\htdocs\index.php(76): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 522


can anyone help? :(
 
My guess is that you'll have to repair your table, using the, you guessed it, REPAIR TABLE command.
SQL:
REPAIR TABLE `tablename`;
I can't see what table it is that you have to repair through that error message, and that error message alone. If you would like me to find out for you, please post your latestnews.php file.
 
Back
Top