Database error Database error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Database error

Started by tibski, November 24, 2007, 05:37:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tibski

My site displays this message:

Critical error
There was an error while processing a database query.

And my database shows:

Error

SQL query: Edit

SHOW CREATE TABLE `testcopper`.`cpglsapictures`

#145 - Table './testcopper/cpglsapictures' is marked as crashed and should be repaired

Can anyone please help me out.

Thanks much

Aditya Mooley

The error is not because of Coppermine. Your database error message suggests that the table has been crashed. Repair it with PHPMyAdmin. If you don't know how to do that contact your webhost.
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

tibski

Thanks Aditya. I will try fixing it.

tibski

Quote from: Aditya Mooley on November 24, 2007, 05:50:58 AM
The error is not because of Coppermine. Your database error message suggests that the table has been crashed. Repair it with PHPMyAdmin. If you don't know how to do that contact your webhost.

Hi Aditya, can you please help me out on how to repair the table that has crashed? It seems that my hosting wont fix the problem.

Thanks in advance!

Nibbler

Go into phpMyAdmin, click on the SQL tab and enter the code

REPAIR TABLE `testcopper`.`cpglsapictures`