error adding downloadable product in Magento

kiyas85

New Member
i just installed magento on my local computer with wamp. When i try to add a product i get the following error:

SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.downloadable_sample’ doesn’t exist.

Does any one know what i need to do to fix this?
 
# Added “if” statement to email template filter
# Added ability to apply custom layout on cms page, category view and product view with layout handles
# Added ability to hide admin menu item based on config flag
# Added ability to specify columns number for product listing
# Added ability to use abstract resource model with not auto incremented PK tables
# Added ability to use urls without store code in case if it enabled in admin
# Added automatic cache prefix if it was not specified
# Added bundle price range index
# Added catalog_product static attributes “created_at” and “updated_at”
# Added cleaning search index after store deletion
# Added compiler module
# Added customizable design template to reports page
# Added displaying of extOrderId on order view page (admin)
 
Top