Warning: Error while sending QUERY packet. PID=2825949 in
/home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line
69
Warning: [mysql error 2006] MySQL server has gone away
INSERT INTO pwgamis_history
(
date,
time,
user_id,
IP,
section,
category_id,
image_id,
image_type,
format_id,
auth_key_id,
tag_ids
)
VALUES
(
CURRENT_DATE,
CURRENT_TIME,
2,
'216.73.217.17',
'categories',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
)
; in /home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line 744
Warning: [mysql error 2006] MySQL server has gone away
SELECT
*
FROM pwgamis_history_summary
WHERE history_id_to IS NOT NULL
ORDER BY history_id_to DESC
LIMIT 1
; in /home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line 744
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
/home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line
139
Warning: [mysql error 2006] MySQL server has gone away
SELECT
MIN(id) AS min_id
FROM pwgamis_history
; in /home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line 744
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
/home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line
139
Warning: [mysql error 2006] MySQL server has gone away
SELECT
date,
hour(time) AS hour,
MIN(id) AS min_id,
MAX(id) AS max_id,
COUNT(*) AS nb_pages
FROM pwgamis_history
WHERE id > 0
AND id <= 50000
GROUP BY
date,
hour
ORDER BY
date ASC,
hour ASC
; in /home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line 744
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
/home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line
139
Warning: [mysql error 2006] MySQL server has gone away
SELECT
COUNT(*)
FROM pwgamis_history
; in /home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line 744
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in
/home/daje5853/photos/amis.hpsam.info/include/dblayer/functions_mysql.inc.php on line
144