Ein Datenbankfehler ist aufgetreten

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JOIN `artists` ON `artists`.`id` = `pictures`.`artist_id` LEFT JOIN `picture_app' at line 2

SELECT DISTINCT `pictures`.`id`, `pictures`.`sort_id`, `pictures`.`title`, `artists`.`first_name`, `artists`.`name`, `artists`.`street`, `artists`.`zip`, `artists`.`city`, `artists`.`country`, `artists`.`phone`, `artists`.`fax`, `artists`.`mobile`, `artists`.`email`, `artists`.`www`, `artists`.`vita`, `artists`.`references`, `artists`.`id` as artists_id, `artists`.`group`, `favorites`.`id` as favorites_id JOIN `artists` ON `artists`.`id` = `pictures`.`artist_id` LEFT JOIN `picture_applications` ON `picture_applications`.`picture_id` = `pictures`.`id` LEFT JOIN `picture_areas` ON `picture_areas`.`picture_id` = `pictures`.`id` LEFT JOIN `picture_keywords` ON `picture_keywords`.`picture_id` = `pictures`.`id` LEFT JOIN `picture_styles` ON `picture_styles`.`picture_id` = `pictures`.`id` LEFT JOIN `favorites` ON `artists`.`id` = `favorites`.`fav_artist_id` AND favorites.user_id = 915791343 WHERE `pictures`.`searchfield` LIKE '%Malte Müller%' ORDER BY `artists`.`name`, `artists`.`first_name`, `pictures`.`sort_id` LIMIT 15