Warning: Query:SELECT `user_has_toplists`.`title` AS toplist_title, `user_has_toplists`.`toplist_id` AS `id`, `toplist_has_products`.`product_id`, product_has_titles.title AS product_title FROM `user_has_toplists` LEFT JOIN `toplist_has_products` USING (toplist_id)LEFT JOIN content_products ON content_products.id=`toplist_has_products`.product_id LEFT JOIN product_has_titles ON content_products.title_id=product_has_titles.id WHERE public AND user_id=10491
Errno: 1146
Error:Table 'tobi_cdstarts.user_has_toplists' doesn't exist in /var/www/tobi/framework/libs/intern/db/DatabaseMySQL.php on line 177 Query: SELECT `user_has_toplists`.`title` AS toplist_title, `user_has_toplists`.`toplist_id` AS `id`, `toplist_has_products`.`product_id`, product_has_titles.title AS product_title FROM `user_has_toplists` LEFT JOIN `toplist_has_products` USING (toplist_id)LEFT JOIN content_products ON content_products.id=`toplist_has_products`.product_id LEFT JOIN product_has_titles ON content_products.title_id=product_has_titles.id WHERE public AND user_id=10491 Errno: 1146 Error: Table 'tobi_cdstarts.user_has_toplists' doesn't exist
Warning: Query:SELECT `user_has_toplists`.`title` AS toplist_title, `user_has_toplists`.`toplist_id` AS `id`, `user_has_toplists`.`description`, `toplist_has_products`.`product_id`, content_binaries.name AS image, product_has_ratings.rating, binary_has_thumbnail.function AS resolution, binary_has_thumbnail.width, binary_has_thumbnail.height, GROUP_CONCAT( DISTINCT product_has_genre.`genre` SEPARATOR ", " ) AS genre, GROUP_CONCAT( DISTINCT product_has_country.country ORDER BY product_has_country.country ASC SEPARATOR "/") AS country, GROUP_CONCAT( DISTINCT CONCAT(artist_has_names.forename, " ", artist_has_names.surname) SEPARATOR ", " ) AS names,content_products.year,product_has_titles.title AS title, content_types.`type` FROM `user_has_toplists` JOIN `toplist_has_products` USING (toplist_id)LEFT JOIN content_products ON content_products.id=`toplist_has_products`.product_id LEFT JOIN product_has_titles ON content_products.title_id=product_has_titles.id LEFT JOIN product_has_types ON toplist_has_products.product_id=prod in /var/www/tobi/framework/libs/intern/db/DatabaseMySQL.php on line 177 Query: SELECT `user_has_toplists`.`title` AS toplist_title, `user_has_toplists`.`toplist_id` AS `id`, `user_has_toplists`.`description`, `toplist_has_products`.`product_id`, content_binaries.name AS image, product_has_ratings.rating, binary_has_thumbnail.function AS resolution, binary_has_thumbnail.width, binary_has_thumbnail.height, GROUP_CONCAT( DISTINCT product_has_genre.`genre` SEPARATOR ", " ) AS genre, GROUP_CONCAT( DISTINCT product_has_country.country ORDER BY product_has_country.country ASC SEPARATOR "/") AS country, GROUP_CONCAT( DISTINCT CONCAT(artist_has_names.forename, " ", artist_has_names.surname) SEPARATOR ", " ) AS names,content_products.year,product_has_titles.title AS title, content_types.`type` FROM `user_has_toplists` JOIN `toplist_has_products` USING (toplist_id)LEFT JOIN content_products ON content_products.id=`toplist_has_products`.product_id LEFT JOIN product_has_titles ON content_products.title_id=product_has_titles.id LEFT JOIN product_has_types ON toplist_has_products.product_id=product_has_types.product_id LEFT JOIN content_types ON content_types.id=product_has_types.type_id LEFT JOIN product_has_binary ON (
content_products.id = product_has_binary.product_id
AND product_has_binary.function = 'poster')LEFT JOIN product_has_ratings ON (
product_has_ratings.product_id = content_products.id
AND `product_has_ratings`.`function` = 'review')LEFT JOIN content_binaries ON content_binaries.id = product_has_binary.binary_id LEFT JOIN `product_has_artist` ON product_has_artist.`product_id`=`content_products`.`id` AND product_has_artist.`function` = "actor"LEFT JOIN content_artists ON content_artists.id = product_has_artist.artist_id
LEFT JOIN artist_has_names ON content_artists.name_id = artist_has_names.id LEFT JOIN binary_has_thumbnail ON content_binaries.id = binary_has_thumbnail.binary_id
AND binary_has_thumbnail.function = 'nano' LEFT JOIN product_has_genre ON product_has_genre.product_id=content_products.id LEFT JOIN product_has_country ON product_has_country.product_id=content_products.id WHERE public AND user_id=10491 GROUP BY `user_has_toplists`.`toplist_id`, `toplist_has_products`.`product_id` ORDER BY `order` ASC, toplist_title ASC, `position` ASC Errno: 1146 Error: Table 'tobi_cdstarts.user_has_toplists' doesn't exist