dchockenberry Posted November 20, 2003 Posted November 20, 2003 I need help with the following error. It occurs when I attempt to access my Product Attributes after installing the file upload contribution. I know I need to install the product_options_types table but for some reason it just won't install. Everything else is already installed. This is the only thing holding me back. Any help is appreciated: 1146 - Table 'dchocken_osc1.products_options_types' doesn't exist select products_options_types_id, products_options_types_name from products_options_types where language_id='1' order by products_options_types_id [TEP STOP]
dchockenberry Posted November 21, 2003 Author Posted November 21, 2003 I found out I had to manually create the products_options_types table because the sql files for some reason weren't creating it automatically like they should.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.