coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: ebach86 on August 29, 2006, 11:46:54 AM

Title: fatal error?
Post by: ebach86 on August 29, 2006, 11:46:54 AM
Hey,

On my index site it says "fatal error:" and nothing else. Does anyone know what's wrong?

http://www.leighton-meester.com/photos/index.php (http://www.leighton-meester.com/photos/index.php)
Title: Re: fatal error?
Post by: Sami on August 29, 2006, 12:52:05 PM
Manualy enable Debug mode to see the actual error
http://coppermine-gallery.net/tutorial/debug_mode.php
Title: Re: fatal error?
Post by: ebach86 on September 07, 2006, 11:37:42 AM
I tried phpMyAdmin and I got this error:

While executing query "delete from `eliseba_copp4`.cpg148_sessions where time<1157618184 and remember=0;" on Resource id #6

mySQL error: Can't open file: 'cpg148_sessions.MYI' (errno: 145)

I then contacted my webhost to get them to fix the corrupt table and they told me this:

Hello,

The file does exist and has the proper permissions. This would appear to be a coding problem with coppermine. Unfortunately we do not provide support for 3rd party scripts and applications. Please contact the creators of this software package for further assistance.

So does anyone know what I should do then?
Title: Re: fatal error?
Post by: Sami on September 07, 2006, 11:55:28 AM
This is not related to the CPG at all !!!
BTW you can repair the table with phpMyAdmin

Using PhpMyAdmin:

Go into PhpMyAdmin and type the following query in the SQL box:

REPAIR TABLE cpg148_sessions
Title: Re: fatal error?
Post by: Joachim Müller on September 07, 2006, 12:50:35 PM
http://forum.coppermine-gallery.net/index.php?topic=10409.0
Title: Re: fatal error?
Post by: ebach86 on September 07, 2006, 02:07:08 PM
Thanks for the help :) I fixed it and it's working perfectly now...