怎樣解決Maximum execution time of 30 seconds exceeded in D:\...\includes\file.inc on line 891
我想進入「管理」時,出現:
Fatal error: Maximum execution time of 30 seconds exceeded in D:\...\includes\file.inc on line 891
網上介紹的兩種解決方法:
1.修改php.ini:
max_execution_time = 300 時間,然後重起服務
或者在程序寫
set_time_limit(時間); //0為無限制
重啟apache
2.直接在 settings.php 裡加入