Magento 1.9 - After indexing, update at time doesn't change on Magento












1















As website is bigger, I can see some issues on index process.
After indexing, update at time of product prices doesn't change on Magento



enter image description here



Comparing to time of indexing, index of product prices takes 2 mins



enter image description here



Is it a megento bug? Thank you.










share|improve this question














bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    As website is bigger, I can see some issues on index process.
    After indexing, update at time of product prices doesn't change on Magento



    enter image description here



    Comparing to time of indexing, index of product prices takes 2 mins



    enter image description here



    Is it a megento bug? Thank you.










    share|improve this question














    bumped to the homepage by Community 10 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      As website is bigger, I can see some issues on index process.
      After indexing, update at time of product prices doesn't change on Magento



      enter image description here



      Comparing to time of indexing, index of product prices takes 2 mins



      enter image description here



      Is it a megento bug? Thank you.










      share|improve this question














      As website is bigger, I can see some issues on index process.
      After indexing, update at time of product prices doesn't change on Magento



      enter image description here



      Comparing to time of indexing, index of product prices takes 2 mins



      enter image description here



      Is it a megento bug? Thank you.







      magento-1.9 index






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 9 '17 at 21:27









      3CE3CE

      364213




      364213





      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          1) The var/locks directory is created whenever you start an indexing process. Magento writes out a lock file to this directory so removing the lock files may resolve issues with reindexing.



          Locate var/locks directory and remove all files under this directory. This will clear all the locks for re-indexing to take place again.



          if the directory isn't there! Magento hasn't created it. If this is the case, then you should look for other solutions for fixing the reindexing issue.



          Maybe your var directory doesn't have the right permissions. Magento needs sufficient permissions to be able to create the var/locks directory and write out the lock files. Try setting permissions for var to (at least) 755.



          2) Try to reindex via SSH.



          Indexing ALL:



          php -f shell/indexer.php reindexall



          Indexing individually:



          php shell/indexer.php --reindex catalog_product_attribute
          php shell/indexer.php --reindex catalog_product_price
          php shell/indexer.php --reindex catalog_url
          php shell/indexer.php --reindex catalog_product_flat
          php shell/indexer.php --reindex catalog_category_flat
          php shell/indexer.php --reindex catalog_category_product
          php shell/indexer.php --reindex catalogsearch_fulltext
          php shell/indexer.php --reindex cataloginventory_stock
          php shell/indexer.php --reindex tag_summary


          3) If All this doesn't work try this: go to your database and truncate core_url_rewrite, then reindex directly either with the ssh preferably like this php -f shell/indexer.php reindexall or via the admin.



          4) Clear Magento and navigator cache.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "479"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f178342%2fmagento-1-9-after-indexing-update-at-time-doesnt-change-on-magento%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            1) The var/locks directory is created whenever you start an indexing process. Magento writes out a lock file to this directory so removing the lock files may resolve issues with reindexing.



            Locate var/locks directory and remove all files under this directory. This will clear all the locks for re-indexing to take place again.



            if the directory isn't there! Magento hasn't created it. If this is the case, then you should look for other solutions for fixing the reindexing issue.



            Maybe your var directory doesn't have the right permissions. Magento needs sufficient permissions to be able to create the var/locks directory and write out the lock files. Try setting permissions for var to (at least) 755.



            2) Try to reindex via SSH.



            Indexing ALL:



            php -f shell/indexer.php reindexall



            Indexing individually:



            php shell/indexer.php --reindex catalog_product_attribute
            php shell/indexer.php --reindex catalog_product_price
            php shell/indexer.php --reindex catalog_url
            php shell/indexer.php --reindex catalog_product_flat
            php shell/indexer.php --reindex catalog_category_flat
            php shell/indexer.php --reindex catalog_category_product
            php shell/indexer.php --reindex catalogsearch_fulltext
            php shell/indexer.php --reindex cataloginventory_stock
            php shell/indexer.php --reindex tag_summary


            3) If All this doesn't work try this: go to your database and truncate core_url_rewrite, then reindex directly either with the ssh preferably like this php -f shell/indexer.php reindexall or via the admin.



            4) Clear Magento and navigator cache.






            share|improve this answer




























              0














              1) The var/locks directory is created whenever you start an indexing process. Magento writes out a lock file to this directory so removing the lock files may resolve issues with reindexing.



              Locate var/locks directory and remove all files under this directory. This will clear all the locks for re-indexing to take place again.



              if the directory isn't there! Magento hasn't created it. If this is the case, then you should look for other solutions for fixing the reindexing issue.



              Maybe your var directory doesn't have the right permissions. Magento needs sufficient permissions to be able to create the var/locks directory and write out the lock files. Try setting permissions for var to (at least) 755.



              2) Try to reindex via SSH.



              Indexing ALL:



              php -f shell/indexer.php reindexall



              Indexing individually:



              php shell/indexer.php --reindex catalog_product_attribute
              php shell/indexer.php --reindex catalog_product_price
              php shell/indexer.php --reindex catalog_url
              php shell/indexer.php --reindex catalog_product_flat
              php shell/indexer.php --reindex catalog_category_flat
              php shell/indexer.php --reindex catalog_category_product
              php shell/indexer.php --reindex catalogsearch_fulltext
              php shell/indexer.php --reindex cataloginventory_stock
              php shell/indexer.php --reindex tag_summary


              3) If All this doesn't work try this: go to your database and truncate core_url_rewrite, then reindex directly either with the ssh preferably like this php -f shell/indexer.php reindexall or via the admin.



              4) Clear Magento and navigator cache.






              share|improve this answer


























                0












                0








                0







                1) The var/locks directory is created whenever you start an indexing process. Magento writes out a lock file to this directory so removing the lock files may resolve issues with reindexing.



                Locate var/locks directory and remove all files under this directory. This will clear all the locks for re-indexing to take place again.



                if the directory isn't there! Magento hasn't created it. If this is the case, then you should look for other solutions for fixing the reindexing issue.



                Maybe your var directory doesn't have the right permissions. Magento needs sufficient permissions to be able to create the var/locks directory and write out the lock files. Try setting permissions for var to (at least) 755.



                2) Try to reindex via SSH.



                Indexing ALL:



                php -f shell/indexer.php reindexall



                Indexing individually:



                php shell/indexer.php --reindex catalog_product_attribute
                php shell/indexer.php --reindex catalog_product_price
                php shell/indexer.php --reindex catalog_url
                php shell/indexer.php --reindex catalog_product_flat
                php shell/indexer.php --reindex catalog_category_flat
                php shell/indexer.php --reindex catalog_category_product
                php shell/indexer.php --reindex catalogsearch_fulltext
                php shell/indexer.php --reindex cataloginventory_stock
                php shell/indexer.php --reindex tag_summary


                3) If All this doesn't work try this: go to your database and truncate core_url_rewrite, then reindex directly either with the ssh preferably like this php -f shell/indexer.php reindexall or via the admin.



                4) Clear Magento and navigator cache.






                share|improve this answer













                1) The var/locks directory is created whenever you start an indexing process. Magento writes out a lock file to this directory so removing the lock files may resolve issues with reindexing.



                Locate var/locks directory and remove all files under this directory. This will clear all the locks for re-indexing to take place again.



                if the directory isn't there! Magento hasn't created it. If this is the case, then you should look for other solutions for fixing the reindexing issue.



                Maybe your var directory doesn't have the right permissions. Magento needs sufficient permissions to be able to create the var/locks directory and write out the lock files. Try setting permissions for var to (at least) 755.



                2) Try to reindex via SSH.



                Indexing ALL:



                php -f shell/indexer.php reindexall



                Indexing individually:



                php shell/indexer.php --reindex catalog_product_attribute
                php shell/indexer.php --reindex catalog_product_price
                php shell/indexer.php --reindex catalog_url
                php shell/indexer.php --reindex catalog_product_flat
                php shell/indexer.php --reindex catalog_category_flat
                php shell/indexer.php --reindex catalog_category_product
                php shell/indexer.php --reindex catalogsearch_fulltext
                php shell/indexer.php --reindex cataloginventory_stock
                php shell/indexer.php --reindex tag_summary


                3) If All this doesn't work try this: go to your database and truncate core_url_rewrite, then reindex directly either with the ssh preferably like this php -f shell/indexer.php reindexall or via the admin.



                4) Clear Magento and navigator cache.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 10 '17 at 0:15









                PЯINCƏPЯINCƏ

                7,91031138




                7,91031138






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f178342%2fmagento-1-9-after-indexing-update-at-time-doesnt-change-on-magento%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Polycentropodidae

                    Magento 2 Error message: Invalid state change requested

                    Paulmy