SELECT DISTINCT book_id,
book_author1,
book_author2,
book_illustrator1,
book_illustrator2,
book_translator,
book_title,
book_age,
book_isbn13,
book_isbn,
book_selection,
book_outofstock,
book_summary,
book_summary2,
book_image,
book_price,
book_reprint,
book_refdate,
book_imageselection,
book_reflink,
book_image,
book_month,
book_entrydate,
book_visionexpress,
book_editor_comment,
book_editor_authorbiography,
book_editor_illustratorbiography,
book_reviewvalidated,
editor_name,
editor_story,
editor_reflink,
collection_name,
collection_reflink,
category_name
FROM book
LEFT JOIN book_editor ON book_editorid = editor_id
LEFT JOIN book_collection ON book_collectionid = collection_id
LEFT JOIN book_category ON book_categoryid = category_id
LEFT JOIN booktheme ON booktheme_bookid = book_id
LEFT JOIN bookauthor author ON author.bookauthor_bookid = book_id AND author.bookauthor_author=1
LEFT JOIN bookauthor illustrator ON illustrator.bookauthor_bookid = book_id AND illustrator.bookauthor_illustrator=1 WHERE book_validated=1 AND book_siteid=1 AND (author.bookauthor_authorid=8806 OR illustrator.bookauthor_authorid=8806) ORDER BY book_refdate DESC LIMIT 3 Can't find file: '' (errno: 2) Warning: Invalid argument supplied for foreach() in /home/9298145033/www/web/resource/module/books_authors.module.php on line 486