All Questions
13 questions
3
votes
6
answers
24k
views
cache_dir "/var/www/html/Magento2/var/cache/" is not writable
I'm running a fresh Magento2.3 install on ubuntu 18.04.
I managed to edit sample data yesterday, but today I had a go at adding a new product.
After saving - I got the error :
One or more indexes ...
4
votes
2
answers
2k
views
Understanding the Magento 2 index
Generally Magento's index can be updated in 3 ways (depending on usage and configuration):
"On Save"
"By Schedule"
Using indexer:reindex command
This is what I can gather from the description in the ...
1
vote
2
answers
57
views
Reindex from different computer
Ok so basically I have been given this one task to manage the admin side for a website that used Magento 2. But then, I have encountered some problem with the reindexing. I have been searching about ...
0
votes
1
answer
1k
views
Magento 2: How to reindex specific ids and in specific indexer using an observer
I know I can programatically trigger the indexer to index a list of product ids with the following:
/**
* @var \Magento\Framework\Indexer\IndexerInterfaceFactory
*/
protected $indexerFactory;
...
1
vote
0
answers
460
views
New products not showing until manually reindexing although cron is running
I am running Magento 2.1.2 and when creating new products they don't show up on the website until I manually run bin/magento indexer:reindex and flush the cache.
This sounds like a cron problem as ...
0
votes
1
answer
523
views
Reindexing foreign key constraint fails on Attribute's Index
I am getting this error when I try to re-index the Attribute's Index on my magento 1.9.2.4 site.
Here is a excerpt from the image below
exception 'PDOException' with message 'SQLSTATE[23000]: ...
42
votes
4
answers
25k
views
What is mview in Magento 2?
First of all what I know :
Index management is useful for increasing store performance.
EAV has one disadvantage.it will store data in different tables. So that retrieving data is time-consuming.
So ...
0
votes
1
answer
771
views
No-index of specific url's
I have a few problems with indexed pages, therefore i want to no-index a few url's with problems.
/brand/index/
/nieuw/
So these 2 url's and also all other url's below, for example /brand/index/...
5
votes
1
answer
1k
views
Reindex doesn't work (but shows success message)
I have a local environment and an online environment. Reindexing works locally but not online.
In the backend I'm getting the message:
One or more of the Indexes are not up to date: Product ...
1
vote
1
answer
541
views
Error after enabling flat Catalog
I am getting Fatal error:
Call to undefined method Mage_Catalog_Model_Resource_Category_Flat::loadAllAttributes() in \app\code\core\Mage\Catalog\Model\Category.php on line 301 error.
When I turn on ...
4
votes
1
answer
2k
views
difference between event and process in creating custom Index in magento?
Can someone please explain difference between Process and Events when creating a Custom Index in Magento?
When are the functions _processEvent(Mage_Index_Model_Event $event), _registerEvent(...
1
vote
1
answer
6k
views
Reindex price issue (value list does not match column list)
Someone has used the Innoext_AdvancePricing module?
After upgreade to Magento 1.7 reindex crashes or inserts invalid data.
Crash stack trace:
Exception 'Zend_Db_Statement_Exception' with message '...
5
votes
2
answers
2k
views
price_index table indexes wrong max_price?
We're currently experiencing a strange behaviour with the price_index table. We're having grouped products with several simple products associated, e.g.
Grouped product
Associated product 1 - 25,93€
...