DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
FROM datenbank_images i, datenbank_categories c
LEFT JOIN datenbank_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id
ORDER BY RAND() Unknown column 'i.user_id' in 'on clause'
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
FROM datenbank_images i, datenbank_categories c
LEFT JOIN datenbank_users u ON (u.user_id = i.user_id)
WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 60, 53, 18, 32, 46, 14, 59, 25, 36, 65, 64, 13, 12, 57, 61, 28, 50, 23, 24, 26, 48, 29, 62, 37, 54, 58, 51, 21, 38, 30, 27, 49, 55, 31, 22, 39, 56, 19, 63, 40, 35, 15, 45, 41, 42, 16, 43, 20, 44, 17)
ORDER BY i.image_date DESC
LIMIT 1 Unknown column 'i.user_id' in 'on clause'
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /usr/export/www/vhosts/funnetwork/hosting/bergsucht/datenbank/includes/db_mysql.php on line 116 Bergsucht Datenbank