Ne, das kann eigentlich nicht sein. Habe aber gerade gesehen, dass ich versehentlich unvollständig kopiert habe:
Vor dem Login:
-----------
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 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0, 589, 270, 220, 41, 16, 47, 571, 14, 3, 369, 43, 572, 53, 549, 217, 51, 56, 46, 201, 602, 62, 5, 57, 69, 366, 13, 203, 237, 208, 596, 222, 264, 373, 583, 492, 600, 388, 311, 267, 271, 190, 280, 568, 293, 570, 405, 310, 335, 336, 355, 484, 356, 383, 510, 392, 416, 520, 426, 207, 427, 437, 444, 455, 466, 474, 504, 566, 576, 593) AND c.cat_id = i.cat_id LIMIT 33141, 1
Unknown column 'i.user_id' in 'on clause'
--------
nach dem Login:
------------
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 4images_images i, 4images_categories c LEFT JOIN 4images_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 LIMIT 19484, 1
Unknown column 'i.user_id' in 'on clause'
----------
Gruß,
Reiner