Please, help me somebody! When I open my gallery www.backstreet-boys.ru/gallery It shows "Fatal Error". I've made the things written in:
The problem:
Your table is corrupted.
The solution:
This is not a coppermine issue, but a mySQL issue. It just may affect a database table used by Coppermine.
Use your website's Control Panel to repair the table, or use phpMyAdmin to execute this sql query: REPAIR TABLE yourPrefix_tableName
(Replace yourPrefix_tableName with your table name, e.g. cpg145_pictures)
But when I made that query it shows #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
What does it mean? what should I do? ???
enable debug mode to see complete error message
Post the actual query you tried to run and the actual error message you got.
As suggested, this is not a Coppermine issue. If you can't fix this (i.e. repair the broken table), ask your webhost for support.