|
Hello,
I’ve upgraded Magento 1.6 to 1.7 and all seamed goes well but when trinying to acces to fronted or backend page an extrage error takes place.
The upgrade seams was fine, but the database doesn’t have the new tables like, i.e., catalog_product_index_group_price
I’ve followed this tutorial to make the upgrate http://www.magentocommerce.com/wiki/magento_upgrade_from_1.6.0_1.6.1_or_1.6.2._to_1.7.0.0
This is what I see:
Zend_Db_Statement_Exception Object ( [_previous:Zend_Exception:private] => [message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'catalog_product_entity_group_price' already exists [string:Exception:private] => [code:protected] => 42 [file:protected] => /var/www/vhosts/domain.com/lib/Zend/Db/Statement/Pdo.php [line:protected] => 234 [trace:Exception:private] => Array ( [0] => Array ( [file] => /var/www/vhosts/domain.com/suplments/lib/Varien/Db/Statement/Pdo/Mysql.php [line] => 110 [function] => _execute [class] => Zend_Db_Statement_Pdo [type] => -> [args] => Array ( [0] => Array ( )
)
)
[1] => Array ( [file] => /var/www/vhosts/domain.com/suplments/lib/Zend/Db/Statement.php [line] => 300 [function] => _execute [class] => Varien_Db_Statement_Pdo_Mysql [type] => -> [args] => Array ( [0] => Array ( )
)
) ...
I’m desperated. There is no much info about this error and I’m completely lost.
Thanl you very much.
|