Magento 2无法访问DB中的产品

时间:2017-05-22 16:01:12

标签: php mysql magento

我的目录包含172个产品 - 它们在前端正确显示并显示在后端的表中,我使用phpmyadmin查看了我的数据库表,一切似乎都很好,我有172条记录(尽管我我是设计师而不是开发人员 - 所以我必须非常明显地看到这个问题。

...但是我无法编辑其中任何一个 - 我收到“此产品不存在的消息”。

通过管理面板创建新产品会产生以下报告:

admin~/www# php bin/magento indexer:reindex
Design Config Grid index has been rebuilt successfully in 00:00:00
Customer Grid index has been rebuilt successfully in 00:00:00
Category Products indexer process unknown error:
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Product Categories indexer process unknown error:
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested
Catalog Search indexer process unknown error:
Unknown entity type: Magento\Catalog\Api\Data\ProductInterface requested

我也无法通过管理员将产品导出为csv - 我收到消息'没有数据'。

...我也不能重新索引:

public struct Foo
{
    readonly private int bar;
    public Foo(int i)
    {
        bar = i;
    }
    public int Bar
    {
        get { return bar; }
    }
}

帮助!!我的产品在哪里消失了?

1 个答案:

答案 0 :(得分:0)

按照以下步骤

步骤1.删除pub / static和var

步骤2.运行deploy命令。

步骤3.授予pub和var文件夹777权限。