Maximum execution time of 30 seconds exceeded

后端 未结 5 793
独厮守ぢ
独厮守ぢ 2020-12-15 17:46

Help please! I\'ve been retrieving listing in my system from database. But it has thousand listing until this error appear:

Fatal error: Maximum execu

5条回答
  •  抹茶落季
    2020-12-15 18:15

    you could extend the maximum execution time like this:

    ini_set('max_execution_time', 0); 

    else edit your htaccess

    php_value max_execution_time 0
    

提交回复
热议问题