SELECT id AS id
, username AS username
, password AS password
, mail_address AS email
FROM phpwebgallery_users
WHERE id = '2'
;
[mysql error 1146] Table 'forumevoxis.phpwebgallery_users' doesn't exist
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/sda/4/9/forumevoxis/phpwebgallery/include/functions_user.inc.php on line 189
Warning: Cannot modify header information - headers already sent by (output started at /var/www/sda/4/9/forumevoxis/phpwebgallery/include/functions.inc.php:714) in /var/www/sda/4/9/forumevoxis/phpwebgallery/include/page_header.php on line 67
SELECT COUNT(DISTINCT(id))
FROM phpwebgallery_image_category AS ic
INNER JOIN phpwebgallery_comments AS com
ON ic.image_id = com.image_id
WHERE date > SUBDATE(CURDATE(), INTERVAL 30 DAY)
AND 1=1
AND 1=1
AND 1=1
AND category_id NOT IN (0)
;
[mysql error 1146] Table 'forumevoxis.phpwebgallery_comments' doesn't exist
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/sda/4/9/forumevoxis/phpwebgallery/comments.php on line 309
SELECT com.id AS comment_id
, com.image_id
, ic.category_id
, com.author
, com.date
, com.content
, com.id AS comment_id
FROM phpwebgallery_image_category AS ic
INNER JOIN phpwebgallery_comments AS com
ON ic.image_id = com.image_id
WHERE date > SUBDATE(CURDATE(), INTERVAL 30 DAY)
AND 1=1
AND 1=1
AND 1=1
AND category_id NOT IN (0)
GROUP BY comment_id
ORDER BY date DESC
LIMIT 0,5
;
[mysql error 1146] Table 'forumevoxis.phpwebgallery_comments' doesn't exist
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/sda/4/9/forumevoxis/phpwebgallery/comments.php on line 360 PhpWebGallery:Commentaires utilisateurs