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)
Manualy enable Debug mode to see the actual error
http://coppermine-gallery.net/tutorial/debug_mode.php
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?
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
http://forum.coppermine-gallery.net/index.php?topic=10409.0
Thanks for the help :) I fixed it and it's working perfectly now...