My server went down for an hour and now all the Coppermine galleries aren't working. They are all displaying this message:
Critical error
There was an error while processing a database query.
When I debugged my gallery, http://adam.flirtatious.org, I got the following message:
While executing query "SELECT *,cpg_albums.title AS title,cpg_albums.aid AS aid FROM cpg_pictures,cpg_albums WHERE cpg_pictures.aid = cpg_albums.aid AND approved = 'YES' GROUP BY cpg_pictures.aid ORDER BY cpg_pictures.ctime DESC LIMIT 0 ,6" on 0
mySQL error: Can't create/write to file '/tmp/#sql_d5e_0.MYI' (Errcode: 30)
And the other textbox says this:
USER:
------------------
Array
(
[ID] => f02cc2c733715749b5502af3e3dae070
[am] => 1
[liv] => Array
(
[0] => 23712
)
)
==========================
USER DATA:
------------------
Array
(
[user_id] => 1
[user_name] => adam
[groups] => Array
(
[0] => 1
)
[disk_max] => 0
[disk_min] => 0
[can_rate_pictures] => 1
[can_send_ecards] => 1
[ufc_max] => 3
[ufc_min] => 3
[custom_user_upload] => 0
[num_file_upload] => 5
[num_URI_upload] => 3
[can_post_comments] => 1
[can_upload_pictures] => 1
[can_create_albums] => 1
[has_admin_access] => 1
[pub_upl_need_approval] => 0
[priv_upl_need_approval] => 0
[group_name] => Administrators
[upload_form_config] => 3
[group_quota] => 0
[can_see_all_albums] => 1
[group_id] => 1
)
==========================
Queries:
------------------
Array
(
[0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
[1] => select * from cpg_plugins order by priority asc; (0s)
[2] => delete from `flirtati_adam`.cpg_sessions where time<1181853424 and remember=0; (0.001s)
[3] => delete from `flirtati_adam`.cpg_sessions where time<1180647424; (0s)
[4] => select user_id from `flirtati_adam`.cpg_sessions where session_id=md5("e134b9fe6862b8351d4105c0b6ce526f8b1b012a6e08736c49136d25a66674a7"); (0s)
[5] => select user_id as id, user_password as password from `flirtati_adam`.cpg_users where user_id=1 (0s)
[6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `flirtati_adam`.cpg_users AS u INNER JOIN `flirtati_adam`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
[7] => SELECT user_group_list FROM `flirtati_adam`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
[8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (1) (0s)
[9] => SELECT group_name FROM cpg_usergroups WHERE group_id= 1 (0s)
[10] => update `flirtati_adam`.cpg_sessions set time='1181857024' where session_id=md5('e134b9fe6862b8351d4105c0b6ce526f8b1b012a6e08736c49136d25a66674a7'); (0s)
[11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.001s)
[12] => DELETE FROM cpg_banned WHERE expiry < '2007-06-14 21:37:04' (0s)
[13] => SELECT * FROM cpg_banned WHERE (ip_addr='76.173.172.219' OR ip_addr='76.173.172.219' OR user_id=1) AND brute_force=0 (0s)
[14] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '' ORDER BY pos (0.001s)
[15] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
[16] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
[17] => SELECT aid FROM cpg_albums WHERE category = 2 (0s)
[18] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 2 (0s)
[19] => SELECT aid FROM cpg_albums WHERE category = 8 (0s)
[20] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 8 (0s)
[21] => SELECT aid FROM cpg_albums WHERE category = 18 (0s)
[22] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 18 (0s)
[23] => SELECT aid FROM cpg_albums WHERE category = 24 (0s)
[24] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 24 (0s)
[25] => SELECT aid FROM cpg_albums WHERE category = 29 (0s)
[26] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 29 (0s)
[27] => SELECT count(*) FROM cpg_albums as a WHERE category = '29' (0s)
[28] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=29 ORDER BY a.pos LIMIT 0,6 (0s)
[29] => SELECT a.aid, count( p.pid ) AS pic_count, max( p.pid ) AS last_pid, max( p.ctime ) AS last_upload, a.keyword FROM cpg_albums AS a LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved = 'YES' WHERE a.aid IN (9, 10, 11, 12, 13, 14)GROUP BY a.aid (0.001s)
[30] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='186' (0s)
[31] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='194' (0s)
[32] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='22595' (0s)
[33] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='207' (0s)
[34] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='212' (0s)
[35] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='213' (0s)
[36] => SELECT aid FROM cpg_albums WHERE category = 30 (0s)
[37] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 30 (0.001s)
[38] => SELECT count(*) FROM cpg_albums as a WHERE category = '30' (0s)
[39] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM cpg_albums as a LEFT JOIN cpg_pictures as p ON a.thumb=p.pid WHERE category=30 ORDER BY a.pos LIMIT 0,9 (0.001s)
[40] => SELECT a.aid, count( p.pid ) AS pic_count, max( p.pid ) AS last_pid, max( p.ctime ) AS last_upload, a.keyword FROM cpg_albums AS a LEFT JOIN cpg_pictures AS p ON a.aid = p.aid AND p.approved = 'YES' WHERE a.aid IN (1, 2, 3, 4, 5, 6, 7, 8, 428)GROUP BY a.aid (0.003s)
[41] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='14' (0s)
[42] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='31' (0s)
[43] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='30' (0s)
[44] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='35' (0s)
[45] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='36' (0s)
[46] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='95' (0s)
[47] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='128' (0s)
[48] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='23269' (0s)
[49] => SELECT filepath, filename, url_prefix, pwidth, pheight FROM cpg_pictures WHERE pid='23294' (0s)
[50] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
[51] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
[52] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0.034s)
[53] => SELECT count(*) FROM cpg_comments as c LEFT JOIN cpg_pictures as p ON c.pid=p.pid LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
[54] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
[55] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0.067s)
[56] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.019s)
[57] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
[58] => SELECT count(cpg_albums.aid) FROM cpg_pictures,cpg_albums WHERE cpg_pictures.aid = cpg_albums.aid AND approved = 'YES' GROUP BY cpg_pictures.aid (0.029s)
[59] => SELECT *,cpg_albums.title AS title,cpg_albums.aid AS aid FROM cpg_pictures,cpg_albums WHERE cpg_pictures.aid = cpg_albums.aid AND approved = 'YES' GROUP BY cpg_pictures.aid ORDER BY cpg_pictures.ctime DESC LIMIT 0 ,6 (0s)
)
==========================
GET :
------------------
Array
(
)
==========================
POST :
------------------
Array
(
)
==========================
VERSION INFO :
------------------
PHP version: 4.4.7 - OK
------------------
mySQL version: 5.0.27-standard
------------------
Coppermine version: 1.4.10(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.24
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.1.2
Linked Version 1.2.1.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.254 seconds - 60 queries in 0.158 seconds - Album set : ; Meta set: ;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Also, when I went to cPanel to repair my other gallery, keirapictures.com, I went to MySQL database > Repair and then when going back to my gallery, it says there are 0 files (it originally said 17000). When I debugged it, it says this:
USER:
------------------
Array
(
[ID] => 6b5c2c06a51cf75a866684743bb1996b
[am] => 1
[lang] => english
)
==========================
USER DATA:
------------------
Array
(
[user_id] => 1
[user_name] => keira
[groups] => Array
(
[0] => 1
)
[disk_max] => 0
[disk_min] => 0
[can_rate_pictures] => 1
[can_send_ecards] => 1
[ufc_max] => 3
[ufc_min] => 3
[custom_user_upload] => 0
[num_file_upload] => 5
[num_URI_upload] => 3
[can_post_comments] => 1
[can_upload_pictures] => 1
[can_create_albums] => 1
[has_admin_access] => 1
[pub_upl_need_approval] => 0
[priv_upl_need_approval] => 0
[group_name] => Administrators
[upload_form_config] => 3
[group_quota] => 0
[can_see_all_albums] => 1
[group_id] => 1
)
==========================
Queries:
------------------
Array
(
[0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
[1] => select * from cpg_plugins order by priority asc; (0s)
[2] => delete from `keirapic_copp1`.cpg_sessions where time<1181853760 and remember=0; (0.001s)
[3] => delete from `keirapic_copp1`.cpg_sessions where time<1180647760; (0s)
[4] => select user_id from `keirapic_copp1`.cpg_sessions where session_id=md5("f11e0ecf043b837dbecac6a2fc053908b4ca17e0479dabefbf5c1f456e2dce41"); (0.002s)
[5] => select user_id as id, user_password as password from `keirapic_copp1`.cpg_users where user_id=1 (0.001s)
[6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `keirapic_copp1`.cpg_users AS u INNER JOIN `keirapic_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
[7] => SELECT user_group_list FROM `keirapic_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
[8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (1) (0s)
[9] => SELECT group_name FROM cpg_usergroups WHERE group_id= 1 (0s)
[10] => update `keirapic_copp1`.cpg_sessions set time='1181857360' where session_id=md5('f11e0ecf043b837dbecac6a2fc053908b4ca17e0479dabefbf5c1f456e2dce41'); (0s)
[11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.001s)
[12] => DELETE FROM cpg_banned WHERE expiry < '2007-06-14 21:42:40' (0s)
[13] => SELECT * FROM cpg_banned WHERE (ip_addr='76.173.172.219' OR ip_addr='76.173.172.219' OR user_id=1) AND brute_force=0 (0s)
[14] => SELECT cid, name, description, thumb FROM cpg_categories WHERE parent = '' ORDER BY pos (0.001s)
[15] => SELECT aid FROM cpg_albums as a WHERE category>=10000 (0s)
[16] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category >= 10000 (0s)
[17] => SELECT aid FROM cpg_albums WHERE category = 2 (0s)
[18] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 2 (0s)
[19] => SELECT aid FROM cpg_albums WHERE category = 3 (0s)
[20] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 3 (0s)
[21] => SELECT aid FROM cpg_albums WHERE category = 4 (0s)
[22] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 4 (0s)
[23] => SELECT aid FROM cpg_albums WHERE category = 5 (0s)
[24] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 5 (0s)
[25] => SELECT aid FROM cpg_albums WHERE category = 6 (0s)
[26] => SELECT count(*) FROM cpg_pictures as p, cpg_albums as a WHERE p.aid = a.aid AND category = 6 (0s)
[27] => SELECT aid FROM cpg_albums as a WHERE category = '0' (0s)
[28] => SELECT count(*) FROM cpg_albums as a WHERE 1 (0s)
[29] => SELECT count(*) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
[30] => SELECT count(*) FROM cpg_comments as c LEFT JOIN cpg_pictures as p ON c.pid=p.pid LEFT JOIN cpg_albums as a ON a.aid=p.aid WHERE 1 (0s)
[31] => SELECT count(*) FROM cpg_categories WHERE 1 (0s)
[32] => SELECT sum(hits) FROM cpg_pictures as p LEFT JOIN cpg_albums as a ON p.aid=a.aid WHERE 1 (0s)
[33] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0s)
[34] => SELECT count(*) FROM cpg_albums as a WHERE category = '0' (0s)
[35] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' (0s)
[36] => SELECT *,cpg_albums.title AS title,cpg_albums.aid AS aid FROM cpg_pictures,cpg_albums WHERE cpg_pictures.aid = cpg_albums.aid AND approved = 'YES' GROUP BY cpg_pictures.aid ORDER BY cpg_pictures.ctime DESC LIMIT 0 ,8 (0s)
[37] => SELECT COUNT(*) from cpg_pictures WHERE approved = 'YES' (0s)
[38] => SELECT * FROM cpg_pictures WHERE approved = 'YES' ORDER BY pid DESC LIMIT 0 ,8 (0s)
)
==========================
GET :
------------------
Array
(
)
==========================
POST :
------------------
Array
(
)
==========================
VERSION INFO :
------------------
PHP version: 4.4.7 - OK
------------------
mySQL version: 5.0.27-standard
------------------
Coppermine version: 1.4.2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.24
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.1.2
Linked Version 1.2.1.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/keirapic:/usr/lib/php:/usr/local/lib/php:/tmp | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.083 seconds - 39 queries in 0.007 seconds - Album set : ; Meta set: ;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks in advance any help anyone can give, I'm sorry this is a long post! I wanted to put everything in here just in case.
To keep your post short you can post large pieces of code or debug output as code. This puts in into a table with srollbar.
To answer your question i can say, use the Search option more often. Searching with "mySQL error: Can't create/write to file" would have led you to this post:
http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#createWriteMYI (http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#createWriteMYI)
Good luck in solving the problem with your hoster.