初始化时发生Magento安装错误

初始化时发生Magento安装错误,magento,magento-1.8,Magento,Magento 1.8,安装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 al

安装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}

我刚才在尝试设置另一个Magento时遇到了同样的问题。 为了让安装顺利进行,当安装程序抱怨表已经存在时,我不得不使用phpmyadmin删除表。
当我收到这个错误时,我唯一能修复它的方法就是删除“cms_block_store”和“cms_page”的内容,希望这对您有所帮助。

我也有同样的问题。我通过转到phpmyadmin并删除cms_block表中的重复块来修复它。

似乎有一个cms块导致了该问题。这可能是第三方扩展的一部分。您必须从错误报告中找到块标识符,并在备份内容和其他详细信息后尝试删除该标识符。刷新缓存以重新创建块,并确认已创建块

如果这没有解决您的问题,请转到创建块并注释零件的脚本。您可以从错误报告中找到文件详细信息,它可能是一个SQL脚本(GRP/EXT/SQL/mysqlx-your-header-file.php)

在对零件进行评论后,确保一切正常。 就这样