Fatal error - why? Fatal error - why?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Fatal error - why?

Started by LukeK, October 13, 2009, 05:36:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LukeK

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/

Joachim Müller

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

LukeK

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'

Abbas Ali

Quote from: LukeK on October 13, 2009, 06:21:44 PM
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.
Chief Geek at Ranium Systems

LukeK

Yes, my database quta was full. Thank your for your help.