Warning: [mysql error 1146] Table 'amadeamade.phpwebgallery_plugins' doesn't exist
SELECT * FROM phpwebgallery_plugins
WHERE state='active' in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 153
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php:769) in /var/www/sda/5/3/amadeamade/phpwebgallery/include/user.inc.php on line 49
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php:769) in /var/www/sda/5/3/amadeamade/phpwebgallery/include/user.inc.php on line 49
Warning: [mysql error 1146] Table 'amadeamade.phpwebgallery_user_cache' doesn't exist
SELECT
ui.*,
uc.*,
t.name AS theme_name
FROM phpwebgallery_user_infos AS ui
LEFT JOIN phpwebgallery_user_cache AS uc ON ui.user_id = uc.user_id
LEFT JOIN phpwebgallery_themes AS t ON t.id = ui.theme
WHERE ui.user_id = 2
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 153
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/sda/5/3/amadeamade/phpwebgallery/include/functions_user.inc.php on line 354
Warning: Invalid argument supplied for foreach() in /var/www/sda/5/3/amadeamade/phpwebgallery/include/functions_user.inc.php on line 356
Warning: [mysql error 1146] Table 'amadeamade.phpwebgallery_categories' doesn't exist
SELECT id
FROM phpwebgallery_categories
WHERE status = 'private'
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 200
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 phpwebgallery_user_access
WHERE user_id =
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 200
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 phpwebgallery_user_group AS ug INNER JOIN phpwebgallery_group_access AS ga
ON ug.group_id = ga.group_id
WHERE ug.user_id =
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 200
Warning: [mysql error 1146] Table 'amadeamade.phpwebgallery_categories' doesn't exist
SELECT id
FROM phpwebgallery_categories
WHERE visible = 'false'
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 153
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 phpwebgallery_images INNER JOIN phpwebgallery_image_category ON id=image_id
WHERE category_id NOT IN (0)
AND level> in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 200
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 AS cat_id, global_rank,
MAX(date_available) AS date_last, COUNT(date_available) AS nb_images
FROM phpwebgallery_categories as c
LEFT JOIN phpwebgallery_image_category AS ic ON ic.category_id = c.id
LEFT JOIN phpwebgallery_images AS i
ON ic.image_id = i.id
AND i.level<=
GROUP BY c.id, c.global_rank in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 153
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 phpwebgallery_user_cache_categories
WHERE user_id = in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
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 phpwebgallery_user_cache
WHERE user_id = in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
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',1784214573,'0',13922,'NOT IN','0')' at line 5
INSERT IGNORE INTO phpwebgallery_user_cache
(user_id, need_update, cache_update_time, forbidden_categories, nb_total_images,
image_access_type, image_access_list)
VALUES
(,'false',1784214573,'0',13922,'NOT IN','0') in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: [mysql error 1146] Table 'amadeamade.phpwebgallery_categories' doesn't exist
SELECT
id, name, permalink, nb_images, global_rank,
date_last, max_date_last, count_images, count_categories
FROM phpwebgallery_categories INNER JOIN phpwebgallery_user_cache_categories
ON id = cat_id and user_id = 2
WHERE
(id_uppercat is NULL)
; in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 770
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/5/3/amadeamade/phpwebgallery/include/dblayer/functions_mysql.inc.php:769) in /var/www/sda/5/3/amadeamade/phpwebgallery/include/page_header.php on line 105 À propos de Piwigo | Galerie 63
Statut de l'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.
Piwigo est un logiciel de galerie photo pour le web, bâti par une
communauté active d'utilisateurs et de développeurs. Les extensions rendent
Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et
gratuit.