SELECT data
  FROM phpwebgallery_sessions
  WHERE id = '8dc00c90f5ae9fb6d1b4f75dab29306b'
;
[mysql error 1146] Table 'aappma77.phpwebgallery_sessions' doesn't exist

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/171/sda/0/e/aappma77/phpwebgallery/include/functions.inc.php:955) in /mnt/171/sda/0/e/aappma77/phpwebgallery/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/171/sda/0/e/aappma77/phpwebgallery/include/functions.inc.php:955) in /mnt/171/sda/0/e/aappma77/phpwebgallery/include/user.inc.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /mnt/171/sda/0/e/aappma77/phpwebgallery/include/functions.inc.php:955) in /mnt/171/sda/0/e/aappma77/phpwebgallery/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 'aappma77.phpwebgallery_image_category' doesn't exist

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/171/sda/0/e/aappma77/phpwebgallery/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 'aappma77.phpwebgallery_image_category' doesn't exist

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/171/sda/0/e/aappma77/phpwebgallery/comments.php on line 349
AAPPMA de Crécy la Chapelle et ses environs :: Commentaires utilisateurs
  • Accueil

Commentaires utilisateur

Filtre
Affichage

UPDATE phpwebgallery_sessions
  SET expiration = now(),
  data = ''
  WHERE id = '8dc00c90f5ae9fb6d1b4f75dab29306b'
;
[mysql error 1146] Table 'aappma77.phpwebgallery_sessions' doesn't exist