Coppermine gallery not running after debug Coppermine gallery not running after debug
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Coppermine gallery not running after debug

Started by moonflower102, May 28, 2013, 03:30:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

moonflower102

My gallery is http://showbizpak.com/gallery/

I m getting this error after doing debug... I have changed the setting from 1 to 0 but still get this message.. I have reinstalled the gallery but still getting this error. please help before doing the debug I was getting database error

Template error
Failed to find block 'file_line' (#<!-- BEGIN file_line -->(.*?)<!-- END file_line -->#s) in :
                    <div class="{CSS_CLASS}">
                        <h2>{HEADER_TXT}</h2>
                        <span class="cpg_user_message">{MESSAGE}</span>


                        <br /><br />
                    </div>

phill104

All I am seeing on your site at the moment is a database error. Can you enable debug so we can see the error you are getting.
It is a mistake to think you can solve any major problems just with potatoes.

moonflower102

Quote from: Phill Luckhurst on May 28, 2013, 04:05:44 PM
All I am seeing on your site at the moment is a database error. Can you enable debug so we can see the error you are getting.

ok i have enabled the debug mode

phill104

From your debug output

mySQL error: Table './showbizp_copp1/cpg_pictures' is marked as crashed and should be repaired


Which means you need to either fix that table or restore it from a backup.
It is a mistake to think you can solve any major problems just with potatoes.

moonflower102

Quote from: Phill Luckhurst on May 28, 2013, 04:58:20 PM
From your debug output

mySQL error: Table './showbizp_copp1/cpg_pictures' is marked as crashed and should be repaired


Which means you need to either fix that table or restore it from a backup.

How do I fix this table.. I don't think i have backup

phill104

If you have phpmyadmin then there is a repair option which may or may not work. Please take a backup of your database before you do any work on it.
It is a mistake to think you can solve any major problems just with potatoes.