Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Magento indexing issue

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 88
    Comment on it

    Sometime we face issues in reindexing like "Some problem with reindexing process" error, there are many reasons for it -

    1) maximum execution of script
    2) number of products in database and store view
    3) locked files of previous process

    To get rid of it we can perform following process -

    1) increase maximum execution time in php.ini or in index.php of magento root by ini_set('max_execution_time', 300);
    2) delete all files present in var/locks folder of magento setup and reindex again from backend.
    3) truncate table `core_url_rewrite` and perform reindexing from magento admin that will set all system url again.
    

    Before running query in databaes make sure you will backup all data.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: