Advanced search  

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

Pages: [1]   Go Down

Author Topic: Critical error  (Read 2630 times)

0 Members and 1 Guest are viewing this topic.

Irena

  • Coppermine newbie
  • Country: ph
  • Offline Offline
  • Gender: Male
  • Posts: 2
Critical error
« on: January 15, 2016, 02:34:21 pm »

Can you help me?
My Coppermine  page http://www.galerie.chenoaweb.org/ report an Critical error
An error occurred while processing a database query.
In the database, I found the wrong table an error:

http://tinypic.com/m/j8mq28/2

I do not know what to do. :(

gmc

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 785
    • GMC Design Photo Gallery
Re: Critical error
« Reply #1 on: January 15, 2016, 02:51:19 pm »

Please attach pictures rather than link to sites like tinypic... These links often become invalid over time - and thus unable to assist others having same issue...

Typically to address a Critical Error - you need to turn on DEBUG mode (since site can't be accessed - would need to be done manually thru phpMyAdmin or another tool as described in docs...)
http://documentation.coppermine-gallery.net/en/errors.htm

But since you already see the crashed table message (I've attached the pic) - you have a good idea of the problem.

This isn't caused by Coppermine - likely your sites MySQL server crashed - and left your table in a state requiring repair.  This is simple to fix from phpMyAdmin.  Issue this SQL while connected to your database:
Code: [Select]
REPAIR TABLE `cpg15x_pictures`;
The manual recommends a backup before repair - but that may not be possible...
Logged
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

Irena

  • Coppermine newbie
  • Country: ph
  • Offline Offline
  • Gender: Male
  • Posts: 2
Re: Critical error
« Reply #2 on: January 15, 2016, 03:16:27 pm »

Thank you very much.  My gallery is operational again :D

gmc

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 785
    • GMC Design Photo Gallery
Re: Critical error
« Reply #3 on: January 15, 2016, 03:53:03 pm »

You're welcome... Please mark your topic as 'Solved' - button at bottom of page.
Logged
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 20 queries.