Fatal error:maximum Execution time of 30 error resolution _php Tutorial

Source: Internet
Author: User
Fatal Error:maximum execution time of 30 error in program development is that your program executes for 30 seconds, but why is the 30 second page not 50,10,20 seconds, this 30 is the default PHP script run time, If you want to change it very simple, let me look at the solution to some of the problems.

Error hints

PHP appears Fatal error:maximum execution time of seconds exceeded in d:xxuserlogin.class.php for line 10 solutions:


Modify PHP.ini:
Max_execution_time = 300 time, and then restart service IIS

Or in the program to write

Set_time_limit (time); 0 is unrestricted.

Max_execution_time = 30; Maximum execution time of each script, in seconds
Set it to the value you want. If it is set to 0, it will never expire.


phpMyAdmin appears fatal Error:maximum execution time of 300

The exact location may not be the same. Mine is under the mylocalhostphpmyadminlibraries.

Found: $cfg [' exectimelimit '] = 300;

Change to $cfg [' exectimelimit '] = 3000;

http://www.bkjia.com/PHPjc/632102.html www.bkjia.com true http://www.bkjia.com/PHPjc/632102.html techarticle in the development of the program fatal Error:maximum execution time of 30 error, is that your program executes over 30 seconds, but why is 30 seconds page is not 50,10,20 seconds, this 30 is ph ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.