Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2013 at 14:18 UTC
Updated:
1 Jun 2013 at 07:20 UTC
Every thing was working fine but no products are showing after updating to Commerce Kickstart 7.x-2.6. I haven’t changed anything except update.
Comments
Comment #1
bojanz commentedNot showing up where? The frontend or the backend?
Guessing it's the frontend, in which case you probably need to rebuild your Search API index.
(You also didn't mention which version you updated from. You provided no information that would allow someone to help you)
Comment #2
fhdrupal commentedI updated from drupal 7.21 to 7.22, checked the website received the following errors for all the views and views disappeared.
“SQLSTATE[42S22]: Column not found: 1054 Unknown column 'value' in 'where clause'”
I ran the script update process, updated successfully, and same situation for all views. I regenerated my custom made views, and the error gone for that views. The only view that I can’t remake is ‘All Products Display view’ using search api. It doesn't give me delete option to remake it from the scratch. But I made the same type of view with different name, but I think search api is not working. Please help, appreciated.
Comment #3
fhdrupal commentedAfter digging around, I found that the problem is with search api setting. Search for search_api settings and issues found this patch solved my problem.
Patch: http://drupal.org/files/search_api_db-unknown_column_value-1805640-9.patch
But I wonder this patch is there for a while why didn’t commerce kickstart project fixed it in new version. I found many people complaining about it.
Thanks for your response; you can mark this issue as fixed.
Comment #4
jsacksick commentedYou should try with the latest Commerce Kickstart version, this shouldn't happen anymore.