Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在magento中,我的管理页面有问题。当我保存magestore品牌扩展信息时,如何解决以下错误?_Php_Database_Magento_Mage - Fatal编程技术网

Php 在magento中,我的管理页面有问题。当我保存magestore品牌扩展信息时,如何解决以下错误?

Php 在magento中,我的管理页面有问题。当我保存magestore品牌扩展信息时,如何解决以下错误?,php,database,magento,mage,Php,Database,Magento,Mage,在magento中,我的管理页面有问题。当我保存品牌信息时,我安装了Magestore的一个品牌扩展,它会产生如下错误:我如何解决此错误 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'eldorado_mage.enterprise_url_rewrite' doesn't exist 您的magento安装没有“enterprise\u url\u rewrite”表,请检查扩展名并从中查找sql,然后在数据库中运行/创

在magento中,我的管理页面有问题。当我保存品牌信息时,我安装了Magestore的一个品牌扩展,它会产生如下错误:我如何解决此错误

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'eldorado_mage.enterprise_url_rewrite' doesn't exist

您的magento安装没有“enterprise\u url\u rewrite”表,请检查扩展名并从中查找sql,然后在数据库中运行/创建相同的表