Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 15:38 UTC
Updated:
22 Nov 2012 at 16:30 UTC
Running the update.php script generated the following error.
The following views were using the index Product Display: display_products. You should disable or delete them.
Going to admin/content/views we find
Commerce Backoffice: Products
Display: Page
In code
Type: Content
Path: /admin/commerce/products/list
and
Products
Display: Page
In code
Type: Commerce Product
Path: /admin/commerce/products/list
Which one is supposed to be the one to activate?
Comments
Comment #1
jsacksick commentedThis is a warning and not error generated because at some point in the update the module that was exporting the SearchApi index doesn't export it anymore and commerce_search_api creates automatically the index.
+ This has nothing to do with the two views, the first one is brought by the
commerce_backoffice_productmodule and based on the product display (node) that brings enhancements and the second one is the old view created by the commerce module itself and deactivated bycommerce_backoffice_product