curl - Maximum execution time of 300 seconds exceeded in php -
i have encountered error when trying run code.
fatal error: maximum execution time of 300 seconds exceeded in c:\xampp\htdocs\abc_app\application\libraries\curl.php on line 329
line 329 $this->response = curl_exec($this->session);
.
after googling changed below in php.ini,
max_execution_time = 90000 max_input_time = -1 memory_limit = 1280m
but error still come. please me.
the problem underscope in variable define:
max_execution_time = 90000
Comments
Post a Comment