Search code examples
phpzend-frameworkmagentotimeoutexecution

Get timeout error in magento on reindexing in the admin


Hi i am getting the maximum timeout error in the magento admin on reindexing the data How can i fix this


Solution

  • In PHP configuration increase max_execution_time value.

    You can do this in code: set_time_limit(0) - this completely disables time limit.