Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
SELECT param, value
FROM pwg_config
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 150
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
SELECT value FROM pwg_config
WHERE param = 'amm_config' in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
SELECT value
FROM pwg_config
WHERE param = 'piclens'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php:655) in /mnt/116/sda/6/5/clr.p/photos/include/user.inc.php on line 49
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php:655) in /mnt/116/sda/6/5/clr.p/photos/include/user.inc.php on line 49
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
DELETE
FROM pwg_config
WHERE param = 'local_data_dir_checked'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
INSERT
INTO pwg_config
(param, value)
VALUES('local_data_dir_checked', 'true')
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
DELETE
FROM pwg_config
WHERE param = 'no_photo_yet'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
INSERT
INTO pwg_config
(param, value)
VALUES('no_photo_yet', 'false')
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
SELECT value
FROM pwg_config
WHERE param = 'downloadmulti_config'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') as MaxD' at line 20
select
Max(D) D
from
(
select
D
from
(
select
DATEDIFF(CURRENT_DATE, date_available) D
from
pwg_images INNER JOIN pwg_image_category AS ic ON id=image_id
WHERE 1 = 1
) as ListDate
where
D >= 0
group by D
order by D asc
limit 0,
) as MaxD
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/plugins/dynareceperio/period.inc.php on line 77
Warning: [mysql error 1146] Table 'clr_p.pwg_stuffs' doesn't exist
SELECT id, name, type, datas, groups, show_title, id_line, width
FROM pwg_stuffs
WHERE users LIKE "%guest%"
AND on_home = "true"
ORDER BY pos ASC; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/plugins/PWG_Stuffs/include/class.inc.php on line 61
Warning: [mysql error 1146] Table 'clr_p.pwg_categories' doesn't exist
SELECT
id, name, permalink, nb_images, global_rank,
date_last, max_date_last, count_images, count_categories
FROM pwg_categories INNER JOIN pwg_user_cache_categories
ON id = cat_id and user_id = 2
WHERE id_uppercat IS NULL OR uppercats REGEXP '^[0-9]+,[0-9]+$'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
DELETE
FROM pwg_config
WHERE param = 'local_data_dir_checked'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
INSERT
INTO pwg_config
(param, value)
VALUES('local_data_dir_checked', 'true')
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_categories' doesn't exist
SELECT i.id as image_id, i.file as image_file, i.comment, i.path, i.tn_ext, c.id as catid, c.name, c.permalink, RAND() as rndvalue, i.name as imgname
FROM pwg_categories c, pwg_images i, pwg_image_category ic
WHERE c.id = ic.category_id
AND ic.image_id = i.id
AND i.level <= 0 AND c.id NOT IN (0) ORDER BY rndvalue
LIMIT 0,1 in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_groups' doesn't exist
SELECT id, name FROM pwg_groups ORDER BY name in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_categories' doesn't exist
SELECT
c.*, nb_images, date_last, max_date_last, count_images, count_categories
FROM pwg_categories c INNER JOIN pwg_user_cache_categories
ON id = cat_id and user_id = 2
WHERE id_uppercat is NULL
ORDER BY rank
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php:655) in /mnt/116/sda/6/5/clr.p/photos/include/page_header.php on line 98 Accueil |
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
DELETE
FROM pwg_config
WHERE param = 'local_data_dir_checked'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
INSERT
INTO pwg_config
(param, value)
VALUES('local_data_dir_checked', 'true')
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
DELETE
FROM pwg_config
WHERE param = 'local_data_dir_checked'
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_config' doesn't exist
INSERT
INTO pwg_config
(param, value)
VALUES('local_data_dir_checked', 'true')
; in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'clr_p.pwg_categories' doesn't exist
SELECT i.id as image_id, i.file as image_file, i.comment, i.path, i.tn_ext, c.id as catid, c.name, c.permalink, RAND() as rndvalue, i.name as imgname
FROM pwg_categories c, pwg_images i, pwg_image_category ic
WHERE c.id = ic.category_id
AND ic.image_id = i.id
AND i.level <= 0 AND c.id NOT IN (0) ORDER BY rndvalue
LIMIT 0,1 in /mnt/116/sda/6/5/clr.p/photos/include/dblayer/functions_mysql.inc.php on line 656