coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: lidiya on May 03, 2007, 09:02:14 PM

Title: Fatal error and nothing helps!!
Post by: lidiya on May 03, 2007, 09:02:14 PM
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?  ???
Title: Re: Fatal error and nothing helps!!
Post by: François Keller on May 03, 2007, 09:47:33 PM
enable debug mode to see complete error message
Title: Re: Fatal error and nothing helps!!
Post by: Joachim Müller on May 04, 2007, 07:48:22 AM
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.