Quote Originally Posted by kuroi View Post
@gsdcypher, If you're using the current version, 4.7, then running the following SQL should neuter itYou may wish to also replace the files mentioned in the installation documentation with their originals from the release package of the Zen Cart version that you have installed, but that shouldn't be necessary.

@greenraingraphics, installing won't help you as your problem has nothing to Stock by Attributes. See post #405.
Quote Originally Posted by poosk View Post
Kuroi I ran the sql command you advised in order to uninstall but I broke the whole cart down!

1146 Table '****_products_with_attributes_stock' doesn't exist
in:
[select pov.products_options_values_id, pov.products_options_values_name, pwas.quantity, pa.* from ****_products_attributes pa, ****_products_options_values pov, ****_products_with_attributes_stock pwas where pa.products_id = '318' and pa.options_id = '2' and pa.options_values_id = pov.products_options_values_id and pwas.stock_attributes = pa.products_attributes_id and pov.language_id = '1' order by LPAD(pa.products_options_sort_order,11,"0"), pov.products_options_values_name]
Ok found it :) There was a file called attributes from probably older version in modules folder...