SELECT param, value
 FROM phpwebgallery_config
 
;
[mysql error 1146] Table 'charlie_claude.phpwebgallery_config' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/6/3/charlie.claude/gallery/include/functions.inc.php on line 1278

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/6/3/charlie.claude/gallery/include/functions.inc.php on line 1283

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/136/sda/6/3/charlie.claude/gallery/include/functions.inc.php:955) in /mnt/136/sda/6/3/charlie.claude/gallery/include/user.inc.php on line 60

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/136/sda/6/3/charlie.claude/gallery/include/functions.inc.php:955) in /mnt/136/sda/6/3/charlie.claude/gallery/include/user.inc.php on line 60
SELECT id AS id
     , username AS username
     , password AS password
     , mail_address AS email
  FROM phpwebgallery_users
  WHERE id = '2'
;
[mysql error 1146] Table 'charlie_claude.phpwebgallery_users' doesn't exist

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/6/3/charlie.claude/gallery/include/functions_user.inc.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /mnt/136/sda/6/3/charlie.claude/gallery/include/functions.inc.php:955) in /mnt/136/sda/6/3/charlie.claude/gallery/include/page_header.php on line 103
SELECT COUNT(DISTINCT(id))
  FROM phpwebgallery_image_category AS ic
    INNER JOIN phpwebgallery_comments AS com
    ON ic.image_id = com.image_id
  WHERE 1=1
    AND validated="true"
    AND  1 = 1
;
[mysql error 1146] Table 'charlie_claude.phpwebgallery_comments' doesn't exist

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/6/3/charlie.claude/gallery/comments.php on line 303
SELECT com.id AS comment_id
     , com.image_id
     , ic.category_id
     , com.author
     , com.date
     , com.content
     , com.id AS comment_id
     , com.validated
  FROM phpwebgallery_image_category AS ic
    INNER JOIN phpwebgallery_comments AS com
    ON ic.image_id = com.image_id
  WHERE 1=1
    AND validated="true"
    AND  1 = 1
  GROUP BY comment_id
  ORDER BY date DESC
  LIMIT 0,10
;
[mysql error 1146] Table 'charlie_claude.phpwebgallery_comments' doesn't exist

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/136/sda/6/3/charlie.claude/gallery/comments.php on line 349
:: Users comments
  • Home

User comments

Filter
Display