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: Fatal error - why?  (Read 2857 times)

0 Members and 1 Guest are viewing this topic.

LukeK

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Fatal error - why?
« on: October 13, 2009, 05:36:00 pm »

Hello, suddenly my page report fatal error occurred, and I do not know why. Should you help me?
Web: http://dovolena-last-minute.eu/fotogalerie/
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Fatal error - why?
« Reply #1 on: October 13, 2009, 05:55:42 pm »

Enable debug_mode in coppermine's config. If you can't access that page, do as suggested in the tutorial Manually enabling debug_mode. Then post the error message (the query that fials), but not the debug_output.
Has been asked and answered many times over; in the future, please search before posting. The question "why" doesn't apply.
And while you're at it: you need to upgrade. You're running cpg1.4.19, while the most recent stable release currently is cpg1.4.25
Logged

LukeK

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Fatal error - why?
« Reply #2 on: October 13, 2009, 06:21:44 pm »

While executing query "insert into `dovolenalastminuteeu1`.fotogaleriesessions (session_id, user_id, time, remember) values ("561ba82928ab20b19b991f3f1a191153", 0, "1255450700", 0);" on Resource id #7

mySQL error: INSERT command denied to user 'dovolena-l1'@'localhost' for table 'fotogaleriesessions'
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Fatal error - why?
« Reply #3 on: October 14, 2009, 07:21:51 am »

mySQL error: INSERT command denied to user 'dovolena-l1'@'localhost' for table 'fotogaleriesessions'

I can think of two reasons for this error

1. Your disk quota (or database quota) assigned by webhost is full and hence no new information can be written to database.
2. The INSERT permission of your database user has been revoked by your webhost.

Reason #1 is more likely the cause.
Logged
Chief Geek at Ranium Systems

LukeK

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Fatal error - why?
« Reply #4 on: October 17, 2009, 08:08:05 am »

Yes, my database quta was full. Thank your for your help.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.