I am getting this error, How Can I fix this?
Posted by plusplus
|
I am getting this error, How Can I fix this? December 14, 2011 06:11AM |
Registered: 1 year ago Posts: 7 |
I am getting the following error, how can I fix this?
Phorum Database Error
Sorry, a Phorum database error occurred.
Please try again later!
Error:
Table './gridanil_bb/bb_search' is marked as crashed and should be repaired (145): REPLACE DELAYED INTO bb_search SET message_id = 501, forum_id = 9, search_text = 'plussupport | Re: Report sample | To be honest, I am trying Reports at the moment too,I am going through the new stuff, I am sure there will be a couple of samples available later today. When I am through I will also post my sample project here.'
Backtrace:
Function phorum_database_error called at
{path to Phorum}/include/db/mysql/mysqli.php:212
----
Function phorum_db_interact called at
{path to Phorum}/include/db/mysql.php:1095
----
Function phorum_db_update_message called at
{path to Phorum}/include/posting/action_edit.php:184
----
Function include called at
{path to Phorum}/posting.php:599
----
|
December 14, 2011 06:12AM |
Admin Registered: 10 years ago Posts: 8,790 |
Use the repair command in the phpMyAdmin interface on the bb_search table or run somewhere with a raw mysql console
repair table bb_search;
somehow your mysql server corrupted that table.
Thomas Seifert
Phorum Development Team / Mysnip-Solutions.de
Custom Phorum and general software development
worry-free Phorum Hosting
repair table bb_search;
somehow your mysql server corrupted that table.
Thomas Seifert
Phorum Development Team / Mysnip-Solutions.de
Custom Phorum and general software development
worry-free Phorum Hosting
|
Re: I am getting this error, How Can I fix this? December 14, 2011 06:20AM |
Registered: 1 year ago Posts: 7 |
|
Re: I am getting this error, How Can I fix this? December 15, 2011 06:41AM |
Registered: 1 year ago Posts: 1 |
Sorry, only registered users may post in this forum.