Closed friimaind closed 7 years ago
I found the problem:
bin/magento indexer:status
pointed me that "Catalog Search:" reindex was running.
I stopped the reindex with:
bin/magento indexer:reset catalogsearch_fulltext
Running only the reindex of this module shows me a fatal error:
Fatal error: Maximum function nesting level of '100' reached, aborting
So I edited my php.ini adding:
xdebug.max_nesting_level = 10000
Now, I can run all the reindex and I can save products :+1:
I am getting “Asymmetric transaction rollback.” error while updating product with CRON job ,
Magento version : 2.1.5
I have also grammatically reindex during product update via CRON job but still not solve .
Can you please help me .
I get "Asymmetric transaction rollback" when trying to save an imported product or when I try to create a new one.
The odd thing is that the save seems to be happening properly.
This is the exception.log