Warning: [mysql error 1146] Table 'karapahuu.cb_user_cache' doesn't exist
SELECT
ui.*,
uc.*,
t.name AS theme_name
FROM cb_user_infos AS ui
LEFT JOIN cb_user_cache AS uc ON ui.user_id = uc.user_id
LEFT JOIN cb_themes AS t ON t.id = ui.theme
WHERE ui.user_id = 2
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: array_merge(): Argument #2 is not an array in /var/www/sdb/d/2/karapahuu/include/functions_user.inc.php on line 348
Warning: Invalid argument supplied for foreach() in /var/www/sdb/d/2/karapahuu/include/functions_user.inc.php on line 350
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT id
FROM cb_categories
WHERE status = 'private'
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 225
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 cb_user_access
WHERE user_id =
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 225
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 cb_user_group AS ug INNER JOIN cb_group_access AS ga
ON ug.group_id = ga.group_id
WHERE ug.user_id =
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 225
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT id
FROM cb_categories
WHERE visible = 'false'
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
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 cb_images INNER JOIN cb_image_category ON id=image_id
WHERE category_id NOT IN (0)
AND level> in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 225
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 cb_categories as c
LEFT JOIN cb_image_category AS ic ON ic.category_id = c.id
LEFT JOIN cb_images AS i
ON ic.image_id = i.id
AND i.level<=
GROUP BY c.id, c.global_rank in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
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 cb_user_cache_categories
WHERE user_id = in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
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 cb_user_cache
WHERE user_id = in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
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',1751056933,'0',652,'NOT IN','0')' at line 5
INSERT IGNORE INTO cb_user_cache
(user_id, need_update, cache_update_time, forbidden_categories, nb_total_images,
image_access_type, image_access_list)
VALUES
(,'false',1751056933,'0',652,'NOT IN','0') in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT DISTINCT c.uppercats, COUNT(DISTINCT i.id) AS img_count
FROM cb_images i INNER JOIN cb_image_category AS ic ON i.id=image_id
INNER JOIN cb_categories c ON c.id=category_id
WHERE 1 = 1
AND date_available='2016-05-18 20:19:09'
GROUP BY category_id, c.uppercats
ORDER BY img_count DESC
LIMIT 6
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT DISTINCT c.uppercats, COUNT(DISTINCT i.id) AS img_count
FROM cb_images i INNER JOIN cb_image_category AS ic ON i.id=image_id
INNER JOIN cb_categories c ON c.id=category_id
WHERE 1 = 1
AND date_available='2016-05-07 23:58:57'
GROUP BY category_id, c.uppercats
ORDER BY img_count DESC
LIMIT 6
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT DISTINCT c.uppercats, COUNT(DISTINCT i.id) AS img_count
FROM cb_images i INNER JOIN cb_image_category AS ic ON i.id=image_id
INNER JOIN cb_categories c ON c.id=category_id
WHERE 1 = 1
AND date_available='2016-05-07 23:58:51'
GROUP BY category_id, c.uppercats
ORDER BY img_count DESC
LIMIT 6
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT DISTINCT c.uppercats, COUNT(DISTINCT i.id) AS img_count
FROM cb_images i INNER JOIN cb_image_category AS ic ON i.id=image_id
INNER JOIN cb_categories c ON c.id=category_id
WHERE 1 = 1
AND date_available='2016-05-07 23:58:44'
GROUP BY category_id, c.uppercats
ORDER BY img_count DESC
LIMIT 6
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: [mysql error 1146] Table 'karapahuu.cb_categories' doesn't exist
SELECT DISTINCT c.uppercats, COUNT(DISTINCT i.id) AS img_count
FROM cb_images i INNER JOIN cb_image_category AS ic ON i.id=image_id
INNER JOIN cb_categories c ON c.id=category_id
WHERE 1 = 1
AND date_available='2016-05-07 23:58:27'
GROUP BY category_id, c.uppercats
ORDER BY img_count DESC
LIMIT 6
; in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 795
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php on line 154
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php:794) in /var/www/sdb/d/2/karapahuu/include/feedcreator.class.php on line 645
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sdb/d/2/karapahuu/include/dblayer/functions_mysql.inc.php:794) in /var/www/sdb/d/2/karapahuu/include/feedcreator.class.php on line 646 Chez Karapahuu - Le site de la gribouille... (as visiteur)
http://karapahuu.free.fr/
Fri, 27 Jun 2025 22:42:14 +0000FeedCreator 1.7.21 nouvelle photo (Mai 18)
http://karapahuu.free.fr/index.php?/posted-monthly-calendar-2016-05-18
Chez Karapahuu - Le site de la gribouille...
]]>Piwigo notifierWed, 18 May 2016 20:19:09 +0000pics-2016-05-18 20:19:091 nouvelle photo (Mai 7)
http://karapahuu.free.fr/index.php?/posted-monthly-calendar-2016-05-07
Chez Karapahuu - Le site de la gribouille...
]]>Piwigo notifierSat, 07 May 2016 23:58:57 +0000pics-2016-05-07 23:58:571 nouvelle photo (Mai 7)
http://karapahuu.free.fr/index.php?/posted-monthly-calendar-2016-05-07
Chez Karapahuu - Le site de la gribouille...
]]>Piwigo notifierSat, 07 May 2016 23:58:51 +0000pics-2016-05-07 23:58:511 nouvelle photo (Mai 7)
http://karapahuu.free.fr/index.php?/posted-monthly-calendar-2016-05-07
Chez Karapahuu - Le site de la gribouille...
]]>Piwigo notifierSat, 07 May 2016 23:58:44 +0000pics-2016-05-07 23:58:441 nouvelle photo (Mai 7)
http://karapahuu.free.fr/index.php?/posted-monthly-calendar-2016-05-07
Chez Karapahuu - Le site de la gribouille...