Warning: [mysql error 1146] Table 'photos02_platier.piwigo_users' doesn't exist
SELECT id AS id
, username AS username
, password AS password
, mail_address AS email
FROM piwigo_users
WHERE id = '2' in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 29] File './photos02_platier/piwigo_user_infos.MYD' not found (Errcode: 2)
SELECT
ui.*,
uc.*,
t.name AS theme_name
FROM piwigo_user_infos AS ui
LEFT JOIN piwigo_user_cache AS uc ON ui.user_id = uc.user_id
LEFT JOIN piwigo_themes AS t ON t.id = ui.theme
WHERE ui.user_id = 2
; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 155
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /mnt/115/sdb/9/5/photos02.platier/include/functions_user.inc.php on line 330
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/115/sdb/9/5/photos02.platier/include/functions_user.inc.php on line 330
Warning: Invalid argument supplied for foreach() in /mnt/115/sdb/9/5/photos02.platier/include/functions_user.inc.php on line 332
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 '' at line 3
SELECT cat_id
FROM piwigo_user_access
WHERE user_id =
; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 202
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 '' at line 4
SELECT cat_id
FROM piwigo_user_group AS ug INNER JOIN piwigo_group_access AS ga
ON ug.group_id = ga.group_id
WHERE ug.user_id =
; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 202
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 '' at line 4
SELECT DISTINCT(id)
FROM piwigo_images INNER JOIN piwigo_image_category ON id=image_id
WHERE category_id NOT IN (0)
AND level> in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 202
Warning: [mysql error 29] File './photos02_platier/piwigo_image_category.MYD' not found (Errcode: 2)
SELECT COUNT(DISTINCT(image_id)) as total
FROM piwigo_image_category
WHERE category_id NOT IN (0)
AND image_id NOT IN (0) in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 160
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 'GROUP BY c.id, c.global_rank' at line 8
SELECT c.id cat_id, global_rank,
MAX(date_available) date_last, COUNT(date_available) nb_images
FROM piwigo_categories as c
LEFT JOIN piwigo_image_category AS ic ON ic.category_id = c.id
LEFT JOIN piwigo_images AS i
ON ic.image_id = i.id
AND i.level<=
GROUP BY c.id, c.global_rank in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 155
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 '' at line 2
DELETE FROM piwigo_user_cache_categories
WHERE user_id = in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
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 '' at line 2
DELETE FROM piwigo_user_cache
WHERE user_id = in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
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 ''false',1748214603,'0',,'NOT IN','0')' at line 5
INSERT INTO piwigo_user_cache
(user_id, need_update, cache_update_time, forbidden_categories, nb_total_images,
image_access_type, image_access_list)
VALUES
(,'false',1748214603,'0',,'NOT IN','0') in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: [mysql error 29] File './photos02_platier/piwigo_user_infos.MYD' not found (Errcode: 2)
SELECT * FROM piwigo_user_infos WHERE user_id = 2; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'photos02_platier.piwigo_comments' doesn't exist
SELECT count(distinct c.id) as CountId
FROM piwigo_comments AS c
, piwigo_image_category AS ic
WHERE c.image_id = ic.image_id
AND c.validation_date <= '2025-05-26 01:10:00'
; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 160
Warning: [mysql error 1017] Can't find file: 'i' (errno: 2)
SELECT date_available,
COUNT(DISTINCT id) nb_elements,
COUNT(DISTINCT category_id) nb_cats
FROM piwigo_images i INNER JOIN piwigo_image_category AS ic ON id=image_id
WHERE 1 = 1
GROUP BY date_available
ORDER BY date_available DESC
LIMIT 5
; in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 651
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php:650) in /mnt/115/sdb/9/5/photos02.platier/include/feedcreator.class.php on line 645
Warning: Cannot modify header information - headers already sent by (output started at /mnt/115/sdb/9/5/photos02.platier/include/dblayer/functions_mysql.inc.php:650) in /mnt/115/sdb/9/5/photos02.platier/include/feedcreator.class.php on line 646 Photos du platier (as guest)
http://photos02.platier.free.fr/index.php?
Mon, 26 May 2025 01:10:03 +0000FeedCreator 1.7.2