I have encountered this error when trying to run a 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 is $this->response = curl_exec($this->session);
.
After googling I changed below in php.ini,
max_execution_time = 90000
max_input_time = -1
memory_limit = 1280M
But error still come. Please help me.