Warning: [mysql error 1146] Table 'signwork.piwigo_plugins' doesn't exist
SELECT * FROM piwigo_plugins
WHERE state='active' in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'signwork.piwigo_sessions' doesn't exist
SELECT data
FROM piwigo_sessions
WHERE id = '03EE8apdurvtm3gt8qb4sqrfsjsrk2'
; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'signwork.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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'signwork.piwigo_user_infos' doesn't exist
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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Warning: array_merge(): Argument #1 is not an array in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 330
Warning: Invalid argument supplied for foreach() in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 332
Notice: Undefined index: id in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 361
Notice: Undefined index: status in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 361
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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 202
Notice: Undefined index: level in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 369
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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 202
Warning: [mysql error 1146] Table 'signwork.piwigo_image_category' doesn't exist
SELECT COUNT(DISTINCT(image_id)) as total
FROM piwigo_image_category
WHERE category_id NOT IN (0)
AND image_id NOT IN (0) in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 160
Notice: Undefined index: level in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 689
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 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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Notice: Undefined index: status in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 390
Notice: Undefined index: id in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 417
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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Notice: Undefined index: id in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 436
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 /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Notice: Undefined index: id in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 444
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',1679410613,'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',1679410613,'0',,'NOT IN','0') in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Notice: Undefined index: status in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 239
Notice: Undefined index: nb_image_line in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 246
Notice: Undefined index: nb_line_page in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 246
Warning: [mysql error 1146] Table 'signwork.piwigo_user_infos' doesn't exist
SELECT * FROM piwigo_user_infos WHERE user_id = 2; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Warning: [mysql error 1146] Table 'signwork.piwigo_user_infos' doesn't exist
UPDATE piwigo_user_infos
SET theme = 'Sylvia'
WHERE user_id = '2' in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'signwork.piwigo_user_infos' doesn't exist
UPDATE piwigo_user_infos
SET language = 'en_UK'
WHERE user_id = '2' in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: [mysql error 1146] Table 'signwork.piwigo_languages' doesn't exist
SELECT id, name
FROM piwigo_languages
ORDER BY name ASC
; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Notice: Undefined index: adviser in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 1329
Notice: Undefined index: recent_period in /var/www/clients/client14871/web70967/web/piwigo/include/menubar.inc.php on line 95
Notice: Undefined index: expand in /var/www/clients/client14871/web70967/web/piwigo/include/functions_category.inc.php on line 70
Notice: Undefined index: expand in /var/www/clients/client14871/web70967/web/piwigo/include/functions_category.inc.php on line 95
Warning: [mysql error 1146] Table 'signwork.piwigo_user_cache_categories' doesn't exist
SELECT
id, name, permalink, nb_images, global_rank,
date_last, max_date_last, count_images, count_categories
FROM piwigo_categories INNER JOIN piwigo_user_cache_categories
ON id = cat_id and user_id = 2
WHERE
(id_uppercat is NULL)
; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Notice: Undefined index: adviser in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 1329
Warning: [mysql error 1146] Table 'signwork.piwigo_user_cache_categories' doesn't exist
SELECT
c.*, nb_images, date_last, max_date_last, count_images, count_categories
FROM piwigo_categories c INNER JOIN piwigo_user_cache_categories
ON id = cat_id and user_id = 2
WHERE id_uppercat is NULL
ORDER BY rank
; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php:369) in /var/www/clients/client14871/web70967/web/piwigo/include/page_header.php on line 98
Notice: Undefined index: adviser in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 1329
Notice: Undefined index: adviser in /var/www/clients/client14871/web70967/web/piwigo/include/functions_user.inc.php on line 1329 Home | Signwork's fotoboek
Bad status for user "guest", default status will be used. Please notify the webmaster.
Warning: [mysql error 1146] Table 'signwork.piwigo_sessions' doesn't exist
REPLACE INTO piwigo_sessions
(id,data,expiration)
VALUES('03EE8apdurvtm3gt8qb4sqrfsjsrk2','',now())
; in /var/www/clients/client14871/web70967/web/piwigo/include/dblayer/functions_mysql.inc.php on line 656