Products not appearing under admin grid - magento2.2

I imported products via API calls successfully. After sync, products not appearing under admin->grid... I can see under table "catalog_product_entity".
I flushed cache, reindex and run cron manually.
Still getting the same issue.
Please help.
Thanks,

Solution:
Seems Magento-2 bug.
Please sort the product grid via "ID". It must work.
Thanks,

Related

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?

need to save all the records at once to get url identifier in magento. Any efficient way or script available?

I have started work in magento last week, i have never worked before in magento. Recently i imported more than 8,000 records in it using csv file. Now i can see all that records in magento admin panel so it's done successfully.
Problem: But it is not displaying at frontend.
I found problem in url identifiers, to solve this problem i need to go in each record category and save it then url identifier showing and also displaying in frontend. So i have to do it for each record.
I think it will take more time and also i have to add 31,000 records more.
Do you have any suggestion to do it quickly? any efficient way available for me? can i use any script to save all record at once?
This question may have duplicate but it will pleasure if you give answer or suggestion to me.
Thank you.
Why don't you just re-index all your indexes ?

magento setdata custom module

I've got a problem when i want to set data in a custom module, i add a field in my database call "test".
the module is ok, all my other attributes work perfectly.
when i do :
Mage::getModel('point/point')->load(1)->setUrl('test')->save();
it's ok, the value is save in the DB but with my new field
Mage::getModel('point/point')->load(1)->setTest('test')->save();
nothing... The value isn't saved, i don't know why, i try to create other field in my table and it's the same. It's not the first time i do that usually it's ok.
I use magento 1.7.
If someone have an idea ?
Ok, I found the problem, I updated my magento and now it's good. Probably it was a fixed bug.
try this
cache clear
Mage::getModel('point/point')->load(1)->setData('test','testvalue')->save();
Guys I have faced same problem in my custom module.
I checked this steps and solved the problem
Step1:- check your table Engine type if it's InnoDB than change it to MyISAM and than check.
For More info Click Here

products not showing in frontend 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

Magento Problem

I am running a store on Magento. For some reason the "Recently Viewed", "Related Items" and "Featured Items" blocks have all disappeared from my site. They where definitely there yesterday so I'm not sure what's happened to them.
Featured Products is an extension I use and show on the home page using:
{{block type="featuredproducts/listing" template="inchoo/block_featured_products_main.phtml"}}
Does anyone have any idea what the problem could be?
Reindexing my products fixed this.
system > index management
Probably some Blocks that don't render. Check your /var/log/errors.log for clues (1) and remove the module if is giving you problems(2).
This one here is trying to load the Featuredproducts_Block_Listing class. Check if is there and if is not misspelled.
Have you added any custom module to magento related to products like feature products or products on sale, if yes then just make it false from XML file /app/etc/modules/module.xml
and then refresh or delete the cache and try again with front end.
If this will not work then just simply delete all cache, session and logs. and refreh the web page it will work.
Thanks
Magento Development

Resources