FATAL ERROR - NEED help FATAL ERROR - NEED help
 

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

FATAL ERROR - NEED help

Started by Katya, February 25, 2008, 01:52:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Katya

Hello! Today I'm shocked - my gallery does not work! Yesterday all was great, I can correct it? How? Please help! I'm desperate!

http://www.eva-longoria.net.ru/gallery/


Katya

Thanks, I use this tutorial and write "1" on debug_mode, my result:
UPDATE `eva_longoria_net_ru`.`cpg1410_config` SET `value` = '1' WHERE CONVERT( `cpg1410_config`.`name` USING utf8 ) = 'debug_mode' LIMIT 1 ;

but fatal error still is

Katya

I can correct it or I need delete gallery?   ??? :'(

Hein Traag

Keep in mind that everyone on this board who lends support does so on a volunteer basis. It's not a hotline.

Katya

I know, sorry, i'm only desperate because i can not open my gallery - i receive error. I want correct it but i don't know how. My friend say me what all gallery, who received Fatal Error need delete, it's true? I can't correct it?

François Keller

No what your friend said is false.
are you sure to set correctly debug mode to one via a tool like phpmyadmin ?
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

SaWey

It is difficult for us to help you without seeing what's going wrong.
I would suggest doing the same when you would upgrade your install:
download the latest version and follow the steps described in the link below.
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#14

Katya

I'm sorry - i'm not really good understand what you mean, because i'm from Russia and my English is bad
I use this - http://coppermine-gallery.net/tutorial/debug_mode.php
and nothing no change - Fatal Error
i first time meet a error in a gallery so i don't know what i need do

How i can know why Fatal Error appeared in my gallery?

Nibbler

Following http://coppermine-gallery.net/tutorial/debug_mode.php should give you the reason. Make sure you edited the right database and table. Try repairing each table in the coppermine database using phpmyadmin.

Katya

Thanks, but where the message on a error should be written in PHPmyadmin?

Nibbler

It won't be in phpmyadmin. It will be displayed on the gallery instead of just 'fatal error'.

Katya

I used this tutorial again, but again Fatal Error

Nibbler

OK then, edit sql/update.sql and add this code at the end.


UPDATE `CPG_config` SET `value` = '1' WHERE `name` = 'debug_mode';


Then run update.php.

Katya

I done it - Fatal Error again((

Katya

I edit sql/update.sql - nothing no change in my gallery((

Katya

Now message:

Fatal error :

While executing query "delete from `eva_longoria_net_ru`.sessions where time<1203968404 and remember=0;" on Resource id #6

mySQL error: Table './eva_longoria_net_ru/sessions' is marked as crashed and should be repaired

What is what?

Nibbler

You didn't run update.php. Your error message is :

While executing query "delete from `eva_longoria_net_ru`.sessions where time<1203968397 and remember=0;" on Resource id #6

mySQL error: Table './eva_longoria_net_ru/sessions' is marked as crashed and should be repaired


Which means you need to repair your sessions table using phpmyadmin.

http://forum.coppermine-gallery.net/index.php/topic,10409.0.html

You edited the wrong config table earlier, so make sure you run the repair on the correct table.

Katya

Thanks and sorry,what I done edit in update.php?
I read this topic http://forum.coppermine-gallery.net/index.php/topic,10409.0.html but not understand - how I can correct this problem?

Nibbler

Run

REPAIR TABLE `eva_longoria_net_ru`.sessions

in phpmyadmin.