Page 1 of 1

fatal error

PostPosted: 08. August 2014 19:17
by rahulz
When i got to http://localhost/phpmyadmin/

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\session.inc.php on line 108


page never comes i use XAMPP control panel v3.2.1

i truned on apache and Mysql modul e

plz help as m very new to xampp

Re: fatal error

PostPosted: 08. August 2014 19:34
by Nobbie
rahulz wrote:When i got to http://localhost/phpmyadmin/

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\phpMyAdmin\libraries\session.inc.php on line 108


No Import, no Upload, no Nothing? Only go to phpmyadmin? If yes: I cannot help you, this is an unknown error.

Re: fatal error

PostPosted: 10. August 2014 17:13
by rahulz
What sort of upload , Import ..............I have put Joomla 3.0 on htdocs folder and want to create database for which i go to PHPMyAdmin ,,,the page looks Blank

Is there something else to be done !!!

Re: fatal error

PostPosted: 26. March 2015 14:38
by jamesile
Am experiencing the same issue
How do i resolve it please it is very important for me

Re: fatal error

PostPosted: 26. March 2015 18:05
by mark.mcdonald
Did you install phpmyadmin during the setup of xampp?
When starting Xampp did you first go to http://localhost? -> which should redirect you to http://localhost/xampp -> Select Language -> Select PHPMyAdmin on the left hand menu

This execution time is set by php.ini (config file) -> Change this to a higher number
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time=30 -> try 300 (aka 5 minutes)