Quote Originally Posted by MikeyG View Post
I am getting an error in my logs about the following table TABLE_ORDERS_PRODUCTS_ATTRIBUTES_STOCK which should be orders_products_attributes_stock in the database. It does not seem to have been created. But I do not see the code in the sql install file to generate it. Have a missed something. Should it be created manually or by the install process. What are the fields. I think this is causing a problem with order lines missing from my orders and orders not being accepted back from paypal.
It looks like you have a partial install. includes/extra_datafiles/products_with_attributes_stock_database_tables.php
And admin/includes/extra_datafiles/products_with_attributes_stock_database_tables.php

Both have the define for that table. The admin/stock_by_attr_install.php will install it when the full/upgrade install is performed.