简体   繁体   English

找不到表“ sales_flat_quote_address”-复制现有的Magento网站以在本地运行时

[英]Can't find the table “sales_flat_quote_address”- While Copying an existing Magento site to run locally

I'm now copying an existing Magento site to run locally[ Magento 1.7, Local:WINDOWS+XAMPP3.2.1 ] and have finished all the DB import and connection setup, while I try to access the homepage of that local stored website,it keep notifying me about this error: 我现在要复制一个现有的Magento站点以在本地运行[ Magento 1.7, Local:WINDOWS+XAMPP3.2.1 ],并完成了所有数据库导入和连接设置,同时尝试访问该本地存储网站的首页,通知我有关此错误的信息:

"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'testing.sales_flat_quote_address' doesn't exist"

Also when I try to access the admin panel, it came out this error: 另外,当我尝试访问管理面板时,出现此错误:

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

I double checked the the database of the existing MAGENTO website,and also can't find these two table on that working database. 我仔细检查了现有MAGENTO网站的数据库,在该工作数据库上也找不到这两个表。

Anyone has an idea of this?Thanks in advance. 有人对此有想法吗?

I figured it out, The problem is don't trust the phpMyAdmin export function ,which may give you a faulty Database lack of some tables, you should always use the Cpanel backup function,and I found my self the backup whole site(within myphp folder for the database file) works fine. 我想通了,问题是不信任phpMyAdmin导出功能,这可能会给您提供一个错误的数据库,其中缺少一些表,您应该始终使用Cpanel备份功能,并且我发现自己可以备份整个站点(在myphp内)数据库文件的文件夹)工作正常。 But I really don't know why phpMyAdmin has this shortcoming. 但是我真的不知道为什么phpMyAdmin有这个缺点。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Magento-客户地址中的自定义属性,在结帐时未复制到sales_flat_order_address和sales_flat_quote_address - Magento - Custom attribute in customer address, not copied to sales_flat_order_address and sales_flat_quote_address on checkout 未完成Magento订单创建sales_flat_quote_item - Magento Order creation sales_flat_quote_item not being made Magento - 向sales_flat_quote_item和sales_flat_order_item添加新列 - Magento - Adding a new column to sales_flat_quote_item and sales_flat_order_item 如何使用 XAMPP 在本地运行现有的 Magento 站点 - How do you run an existing Magento site locally with XAMPP Magento以编程方式创建sales / quote_address对象 - Magento programmatically creating a sales/quote_address object **更新**如何在表sales_flat_quote_item中创建新列并使用$ cart-> addProduct添加数据 - **update** How i can create new column in table sales_flat_quote_item and add data with $cart->addProduct Magento V1.9 在事件观察器中的 sales_flat_quote_item 更新后超时运行 - Magento V1.9 is running in timeout after sales_flat_quote_item update in event observer Magento-更新sales_flat_order_item表中发票的数量 - Magento - update the qty invoiced in sales_flat_order_item table 为什么core_write在Magento CE 1.9.1中的sales_flat_quote_item上不起作用 - Why core_write is not working on sales_flat_quote_item in Magento CE 1.9.1 在Magento中找不到自定义数据库表 - Can't find Custom Database Table in Magento
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM