domProjects / CI-AdminLTE

CodeIgniter 3.1.10 with AdminLTE 2.3.11
https://domprojects.com/projects/ci_adminlte
276 stars 219 forks source link

Maximum execution time of 30 seconds exceeded #16

Closed patelakash2308 closed 7 years ago

patelakash2308 commented 7 years ago

when i am try to intall in localhost it display error like below.

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\CI-AdminLTE-master\system\libraries\Session\drivers\Session_files_driver.php on line 169 A PHP Error was encountered

Severity: Error

Message: Maximum execution time of 30 seconds exceeded

Filename: drivers/Session_files_driver.php

Line Number: 169

Backtrace:

TowerX commented 7 years ago

Try changing the "max_execution_time" to something higher than 30, in your php.ini file. If you need help locating the file, let me know.