Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No products in categories after run #37

Closed
csdougliss opened this issue Jan 5, 2016 · 6 comments
Closed

No products in categories after run #37

csdougliss opened this issue Jan 5, 2016 · 6 comments

Comments

@csdougliss
Copy link

catalog_category_flat_store_3, catalog_category_entity all contain products, catalog_category_product contains products in categories, catalog_product_flat_3 contains products but none are visible

I did a full re-index?

Most of my url_rewrites are empty.. probably the cause?

How do I re-run the url_rewrite indexer?

@kokoc
Copy link
Member

kokoc commented Jan 6, 2016

URL rewrite indexer was removed in Magento 2. Please check URLs manually using web ui.

@csdougliss
Copy link
Author

@kokoc Thanks I found that. However, I am still not seeing any products in categories at all (front end only)

@csdougliss
Copy link
Author

I can confirm it is related to #39

The catalog category joins with catalog search by creating a temporary table. The contents of catalogsearch_fulltext_scope3 are empty.

By creating a new product in the admin it will add to catalogsearch_fulltext_scope(ID) tables

So if you are using the data migration tool this table never gets filled?

If I try re-indexing it gets stuck at working:
catalogsearch_fulltext

@csdougliss
Copy link
Author

magento/magento2#2750

@csdougliss
Copy link
Author

Fixed, looks like index was always set to working due to segfault with php7 and never ran again

@csdougliss csdougliss reopened this Jan 6, 2016
@csdougliss
Copy link
Author

Now I have products again, there prices are 0 and the names are missing (in categories only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants