Warning: [mysql error 1146] Table 'gregory_lienard.photoconfig' doesn't exist
SELECT param, value
FROM photoconfig
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 148
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 153
Warning: [mysql error 1146] Table 'gregory_lienard.photousers' doesn't exist
SELECT id AS id
, username AS username
, password AS password
, mail_address AS email
FROM photousers
WHERE id = '2' in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 153
Warning: [mysql error 1146] Table 'gregory_lienard.photouser_infos' doesn't exist
SELECT
ui.*,
uc.*,
t.name AS theme_name
FROM photouser_infos AS ui
LEFT JOIN photouser_cache AS uc ON ui.user_id = uc.user_id
LEFT JOIN photothemes AS t ON t.id = ui.theme
WHERE ui.user_id = 2
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 153
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /mnt/113/sda/3/c/gregory.lienard/include/functions_user.inc.php on line 359
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/113/sda/3/c/gregory.lienard/include/functions_user.inc.php on line 359
Warning: Invalid argument supplied for foreach() in /mnt/113/sda/3/c/gregory.lienard/include/functions_user.inc.php on line 361
Warning: [mysql error 1146] Table 'gregory_lienard.photocategories' doesn't exist
SELECT id
FROM photocategories
WHERE status = 'private'
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/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 3
SELECT cat_id
FROM photouser_access
WHERE user_id =
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/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 photouser_group AS ug INNER JOIN photogroup_access AS ga
ON ug.group_id = ga.group_id
WHERE ug.user_id =
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 200
Warning: [mysql error 1146] Table 'gregory_lienard.photocategories' doesn't exist
SELECT id
FROM photocategories
WHERE visible = 'false'
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/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 photoimages INNER JOIN photoimage_category ON id=image_id
WHERE category_id NOT IN (0)
AND level> in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 200
Warning: [mysql error 1146] Table 'gregory_lienard.photoimage_category' doesn't exist
SELECT COUNT(DISTINCT(image_id)) as total
FROM photoimage_category
WHERE category_id NOT IN (0)
AND image_id NOT IN (0) in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 158
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 photocategories as c
LEFT JOIN photoimage_category AS ic ON ic.category_id = c.id
LEFT JOIN photoimages AS i
ON ic.image_id = i.id
AND i.level<=
GROUP BY c.id, c.global_rank in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/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 photouser_cache_categories
WHERE user_id = in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
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 photouser_cache
WHERE user_id = in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
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',1751432113,'0',,'NOT IN','0')' at line 5
INSERT INTO photouser_cache
(user_id, need_update, cache_update_time, forbidden_categories, nb_total_images,
image_access_type, image_access_list)
VALUES
(,'false',1751432113,'0',,'NOT IN','0') in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: [mysql error 1146] Table 'gregory_lienard.photouser_infos' doesn't exist
SELECT * FROM photouser_infos WHERE user_id = 2; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 153
Warning: [mysql error 1146] Table 'gregory_lienard.photoconfig' doesn't exist
SELECT
param,
value
FROM photoconfig
WHERE param = 'local_data_dir_checked'
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 200
Warning: [mysql error 1146] Table 'gregory_lienard.photoconfig' doesn't exist
INSERT
INTO photoconfig
(param, value)
VALUES('local_data_dir_checked', 'true')
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: [mysql error 1146] Table 'gregory_lienard.photoconfig' doesn't exist
SELECT
param,
value
FROM photoconfig
WHERE param = 'combined_dir_checked'
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 200
Warning: [mysql error 1146] Table 'gregory_lienard.photoconfig' doesn't exist
INSERT
INTO photoconfig
(param, value)
VALUES('combined_dir_checked', 'true')
; in /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php on line 761
Warning: Cannot modify header information - headers already sent by (output started at /mnt/113/sda/3/c/gregory.lienard/include/dblayer/functions_mysql.inc.php:760) in /mnt/113/sda/3/c/gregory.lienard/include/page_header.php on line 103 redirection |