从 Magento EE 1.12.0.2 升级到 1.13.0.2 时我遇到了一个严重的问题。
升级后,当我php -f shell/url_migration_to_1_13.php
按照升级文档中的建议运行脚本时,我面临以下错误:
致命错误:
在 /var/www/app/code/core/Enterprise/Catalog/Model/Index/Action/Url/Rewrite/Category/Refresh.php 中未捕获的异常“Enterprise_Index_Model_Action_Exception”和消息“没有为 FROM 子句指定表”: 165
堆栈跟踪:
#0 /var/www/app/code/core/Enterprise/Mview/Model/Client.php(109): Enterprise_Catalog_Model_Index_Action_Url_Rewrite_Category_Refresh->execute()
#1 /var/www/shell/url_migration_to_1_13.php(75): Enterprise_Mview_Model_Client->execute('enterprise_cata...')
#2 {main} 在第 165 行的 /var/www/app/code/core/Enterprise/Catalog/Model/Index/Action/Url/Rewrite/Category/Refresh.php 中抛出
有人可以帮我解决这个问题吗?