Ok, in the error log I find this:
Code:
MySQL error 1146: Table 'XXXXX.products_with_attributes_stock' doesn't exist
When executing:
SELECT
p.products_id as v_products_id,
p.products_model as v_products_model,
p.products_price as v_products_price,
p.products_tax_class_id as v_tax_class_id,
p.products_quantity as v_products_quantity,
pa.products_attributes_id as pwas_attrib_id,
pwas.quantity as pwas_products_quantity,
pov.products_options_values_name as v_options_name
FROM
XXXX_products as p
JOIN
XXXX_products_attributes as pa
on p.products_id = pa.products_id
JOIN
aami_products_options_values as pov
on pa.options_values_id = pov.products_options_values_id
join products_with_attributes_stock PWAS
on PWAS.stock_attributes = pa.products_attributes_id
and the table prefix is NOT listed correctly - it should have the database name and the PREFIX on it... like:
Code:
XXXXX.<prefix>_products_with_attributes_stock
a hint as to the problem??? mayhaps??? Maybe it is not going to find the table it is looking for, since there is no prefix??
And if that is the problem, how to fix it???
I tried the same install on another shop, same error. Shop is 1.3.8p3