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/
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
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'
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.
Yes, my database quta was full. Thank your for your help.