products not showing in frontend magento - magento

about a week ago I had issues with the reindexing process so deleted all none required fields and it did not index for about a week however during that time the website failed to display any products. Now it is reindexing the products are enabled, instock, visible and selected to run on the main store but still nothing is displayed. When looking thorugh the catagories on the frontend it shows that there is products in the catalog (quantity) but shows no results. Any ideas?

You need to reindexing all again from magento admin panel then hope your problem will be solved.

Found the problem eventually by trial and error went into the database and copied the values from a known clean installation as the problem was in the catalog_eav table

Related

How to resolve Magento Admin Catalog Products Search Issue

I am using Magento 2.3.5 version and facing below issue in admin.
I have tried all the solution available on google so far. Also delete ui_bookmark entries, this solve issue for that time but again same issue generate.
Now is there any solution for this issue.
P.S. How to create a observer on search event for admin catalog products search so I can delete entries from UI_bookmark table for each time user click on search.
In my case, it is because some products has empty SKU.
I found the solution from here https://magento.stackexchange.com/questions/232021/magento2-error-something-went-wrong-with-processing-the-default-view-and-we-ha

Magento Products display not displaying products in backend on reindex

I am running Magento 1.8.1 with embeddedERP extension.
Not sure if extension is to blame for the behaviour, i don't think so as it seemed to work fine for a while after I installed the extension. The issue appears to relate to indexing.
I reindexed the site in response to a magento index aler. When I try to view products in the backend the page is blank but only from from the horizontal line below the Add New product button, there is no list of products but also no products table at all, rather than the products table with no rows one would expect.
I have tried deleting cache and session folders.
I've tried disabling cache.
I enabled logging and there isn't an exceptions.log file so presuming this means no exceptions happening.
I've logged in and out.
On one occasion when i tried creating a new product after saving it it displayed the products (new one and existing) but now that doesn't work either.
Previously, deleting session and cache and logging back in appeared to work but now doesn't.
Can anyone suggest how I can go about working out what is wrong. My magento debugging skills probably need some enhancing.
Thanks,
Came back to this and the site was then displaying an error:
Warning: Unknown: Unable to allocate memory for pool in [filepath]/Autoload.php
This thread:
http://www.magentocommerce.com/boards%20/viewthread/216180/#t462005
highlighted this is as an apc issue.
Altering the memory size to 256M as suggested solved this.
Hope this helps if anyone else gets this, still don't know why this issue showed a blank screen to start with, perhaps an APC caching issue?

Blank Page for newly uploaded products in magento

After uploading new products to my existing stockpile (in Magento) I noticed that the product pages were coming up blank. I have reindexed the products, refreshed the cache, ensured that the items are marked as enabled, in stock with a quantity of at least 1. My existing products are working fine so this is a complete mystery to me.
I have found issues such as "Magento shows blank/empty page. How do I solve this?" (http://kb.magenting.com/content/22/38/en/magento-shows-blank-empty-page-how-do-i-solve-this.html) but none that with the same problem as me here.
Ideally someone who's reading this has suffered as I am here and healed the pain - if you have please post the cure. Similarly if anyone can suggest solutions/reasons I'd be most grateful.
_g
Without more information these are just guesses:
Examine your import script against an export script. Did you include all core fields e.g. website, store, sku, name
Check your logs, are any exceptions being thrown on the product page?
Are the products showing up in your catalog? If so you've probably got the core fields imported ok. If not see the first point.
If the products are in the catalog but blank screening on the product page, it's most probably some customer code in your skin thats causing the issue. Try either switching to the default skin and reload. If it works then your import was probably missing an attribute used by your skin on the product page.
If the default skin loads. Go back to your skin and comment out code on your product page until you find the culprit.
Hope that helps.

Magento enterprise upsell products missing after updating to 1.12

We have recently updated a Magento site to version 1.12. Now the site wont retrieve up-sell products to product details page anymore. No custom code changes committed and no target rules specified. Still the up-sell product relations are visible in back end and in the catalog_product_link table as well. But I always get an empty result set to template\targetrule\catalog\product\list\upsell.phtml.
Anyone came across a problem like this?
Are there some other conditions that needs be satisfied in order to show up-sell products?
May by my database update scripts haven't run correctly. If so what are the tables/modules I should have a look at?
Did you run reindexing.
For product collections flat tables are used.This needs reindexing.
Also make sure you clear your cache after reiundexing.

Cannot initialize the indexer process in Magento 1.6

I have spent 3 hours now trying to resolve this error when trying to re-index my catalog in the Admin.
I do not want Magento to manage my inventory, so I set it to No in the Inventory area of the admin. When I go to re-index the site, I get the error "Cannot initialize the indexer process.”
I have searched here and on Google, and the 2 or 3 mentions of it, those solutions do not work for me. And when I try to change back to have Magento manage inventory, since I cannot get it to re-index, all of my products just disappear from the public side.
The only way to get my products back is to re-import the database and start over. But then, when you try to add a product to your cart, since I do not keep my own inventory, the user gets an inventory error.
Has anyone seen this issue with 1.6 and found a solution?
i have solved my problem, after trying almost all the solutions listed on forums with no results.
What i did is, changed my DB user and assigned him all the rights. Before that the user of my DB didn't have all the rights.
Note:
This may not be the case with everyone but still it is a solution for me.

Resources