Hi Philou
As I was importing....or migrating products from the general product to bookx products by cvs, I probably did something wrong, because I'm getting this error when I use the sidebox to filter the publisher.
But this error appears to be looking for some imprint data. I don't have nothing yet on those tables.
Also I don't understand the Not unique "bi"
Can you guide me in this ?
Thanks
Code:
PHP Fatal error: 1066:Not unique table/alias: 'bi' :: SELECT DISTINCT bi.bookx_imprint_id, bi.imprint_name
FROM product_bookx_imprints bi LEFT JOIN product_bookx_extra be ON be.bookx_imprint_id = bi.bookx_imprint_id LEFT JOIN product_bookx_publishers bi ON bi.bookx_publisher_id = be.bookx_publisher_id WHERE 1 AND bi.bookx_publisher_id = "38" ORDER by bi.imprint_sort_order, bi.imprint_name in /home/daniel/lampstack/apache2/htdocs/pb/includes/classes/db/mysql/query_factory.php on line 120
Bookmarks