Magento 在初始化时安装错误
Posted
技术标签:
【中文标题】Magento 在初始化时安装错误【英文标题】:Magento installing error in initialization 【发布时间】:2015-02-01 14:38:42 【问题描述】:在安装 magento 1.9.0.1 时,出现以下错误。请帮助我,以便我继续。
Error in file: "/mnt/stor2-wc1-dfw1/397232/.technobird.com/web/content/magento/app/code/core/Mage/Cms/data/cms_setup/data-install-1.6.0.0.php" - A block identifier with the same properties already exists in
the selected store.
Trace:
#0 /mnt/stor2-wc1dfw1/397232/.technobird.com/web/content/magento/app/code/core/Mage/Core/Model/Resource/Setup.php(645): Mage::exception('Mage_Core', 'Error in file: ...')
#1 /mnt/stor2-wc1-dfw1/397232/technobird.com/web/content/magento/app/code/core/Mage/Core/Model/Resource/Setup.php(391): Mage_Core_Model_Resource_Setup->_modifyResourceDb('data-install', '', '1.6.0.0.2')
#2 /mnt/stor2-wc1-dfw1/397232/technobird.com/web/content/magento/app/code/core/Mage/Core/Model/Resource/Setup.php(289): Mage_Core_Model_Resource_Setup->_installData('1.6.0.0.2')
#3 /mnt/stor2-wc1-dfw1/397232/.technobird.com/web/content/magento/app/code/core/Mage/Core/Model/Resource/Setup.php(269): Mage_Core_Model_Resource_Setup->applyDataUpdates()
#4 /mnt/stor2-wc1-dfw1/397232/.technobird.com/web/content/magento/app/code/core/Mage/Core/Model/App.php(351): Mage_Core_Model_Resource_Setup::applyAllDataUpdates()
#5 /mnt/stor2-wc1-dfw1/397232/.technobird.com/web/content/magento/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#6 /mnt/stor2-wc1-dfw1/397232/
technobird.com/web/content/magento/index.php(87): Mage::run('', 'store')
#7 main
【问题讨论】:
【参考方案1】:我刚刚尝试设置另一个 Magento 时遇到了同样的问题。 当安装程序抱怨我说它们已经存在时,我不得不使用 phpmyadmin 删除表,以便通过 PUSH 安装。 当我收到错误时,您唯一可以解决的方法是删除“cms_block_store”和“cms_page”的内容,希望对您有所帮助。
【讨论】:
【参考方案2】:我也有同样的问题。我通过转到 phpmyadmin 并删除 cms_block 表中的重复块来修复它。
【讨论】:
【参考方案3】:似乎有一个 CMS 块导致了该问题。这可能是第三方扩展的一部分。您必须从错误报告中找到块标识符,并在备份内容和其他详细信息后尝试将其删除。刷新缓存以重新创建块,并确认它创建了块。
如果这不能解决您的问题,请转到创建块的脚本并注释该部分。您可以从错误报告中找到文件详细信息,它可能是一个 SQL 脚本(GRP/EXT/sql/mysqlx-your-headache-file.php)。
确保在评论该部分后一切正常。 就是这样。
【讨论】:
以上是关于Magento 在初始化时安装错误的主要内容,如果未能解决你的问题,请参考以下文章
magento没有安装在ubuntu 14.04上,数据库没有配置