83403/how-to-increase-the-execution-timeout-in-php
How to increase transaction timeout? I want to upload videos, but large size of videos not uploaded?
It throws error:
The process *** exceeded the timeout of 60 seconds.
Hello @kartik,
You need to change some setting in your php.ini:
upload_max_filesize = 2M ;or whatever size you want max_execution_time = 60 ; also, higher if you must - sets the maximum time in seconds
Hope it helps!!
Thank You!!
I want to increase the maximum execution time in ...READ MORE
Hello, Here is a code sample of a good ...READ MORE
Hello @kartik, Carry out these usual checks: Make sure session_start(); is ...READ MORE
Hello @kartik, Have a look at $_SERVER['REQUEST_URI'], i.e. $actual_link = ...READ MORE
Laravel is a PHP web-framework; it utilized ...READ MORE
Hey @kartik, First you must have xampp install ...READ MORE
Hello, First you need to have laravel install ...READ MORE
Hii, First you need to start Apache and ...READ MORE
Hello @kartik, Put $_SESSION['login_time'] = time(); into the previous authentication ...READ MORE
Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.