Fatal error: Maximum execution time of 30 error solution

Source: Internet
Author: User

Error message

Php Fatal error: Maximum execution time of 30 seconds exceeded in D: xxuserlogin. class. php on line 10 solution:


Modify php. ini:
Max_execution_time = 300 time, and then restart the service iis

Or write

Set_time_limit (time); // 0 is unrestricted.

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


Phpmyadmin Fatal error: Maximum execution time of 300

The location may be different. Under mylocalhostphpMyAdminlibraries

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

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

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.