Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/vhosts/dreamware.com.hk/httpdocs/ischool/DBR/lib/cssparser.class.php
is there a way to increase the execution time limit? (Fatal error: Maximum execution time of 30s)
(2 posts) (2 voices)-
-
You can change the PHP timeout by changing the php.ini
max_execution_time
or by using .htaccess filephp_value max_execution_time
. Which method to choose, depends on your installation. The PHP default is the 30 seconds.—
myDBR Team
Reply
You must log in to post.