on flushing magento cache storage error message is displayed -
when flush cache storage backend error displayed.
showing "there has been error processing request"
error in file: "c:\wamp\www\magento\app\code\core\mage\catalog\sql\catalog_setup\upgrade-1.6.0.0.9-1.6.0.0.10.php" - sqlstate[42s01]: base table or view exists: 1050 table 'catalog_product_entity_group_price' exists
and after have install magento starting.
is there way solve this.
if script adds table catalog_product_entity_group_price
can skip it. open database, select magento db , search core_resource
table catalog_setup
key. have there columns version
, data_version
, believe.
just update these 2 columns value 1.6.0.0.10 , clear cache again.
if script contains more creating table, can comment out moment part responsible table creation.
Comments
Post a Comment