forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: LukeK on October 13, 2009, 05:36:00 pm

Title: Fatal error - why?
Post by: LukeK 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/
Title: Re: Fatal error - why?
Post by: Joachim Müller 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 (http://coppermine-gallery.net/tutorial/debug_mode.php). 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
Title: Re: Fatal error - why?
Post by: LukeK 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'
Title: Re: Fatal error - why?
Post by: Abbas Ali 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.
Title: Re: Fatal error - why?
Post by: LukeK on October 17, 2009, 08:08:05 am
Yes, my database quta was full. Thank your for your help.