504 Gateway Time-out Error on PHP Script

birlikbilisim picture birlikbilisim · Sep 1, 2013 · Viewed 28.3k times · Source

I coded a script for database import, it makes a few jobs on database. When I work this script, after a few minutes I'm getting "504 Gateway Timeout Error".

I increased all timeout values on php.ini, also I increased execution times but it is still same.

Answer

Adnan Ahmad picture Adnan Ahmad · Feb 18, 2017

You can increase maximum execution time in php.

ini_set('max_execution_time', 300); //300 seconds = 5 minutes