I get this error after installing the contrib:
1146 Table 'testbase.table_products_xsell' doesn't exist
in:
[select p.products_id, p.products_model, pd.products_name, count(p.products_id) as xsells from products p, products_description pd, TABLE_PRODUCTS_XSELL px where p.products_id = pd.products_id and p.products_id = px.products_id and pd.language_id ='1' group by p.products_id]
Fresh 1.3.5 install, No additional Mod's..no modifications
Database created succesful, i checked, is there....



