Page 1 of 1

Timeout?

PostPosted: 29. June 2004 15:24
by konsho
Hallo,

ich bekomm einfach diese Meldung nicht weg:


Code: Select all
 Fatal error: Maximum execution time of 300 seconds exceeded in C:\apachefriends\xampp\phpmyadmin\libraries\read_dump.lib.php on line 77



Ich habe folgenden Rat von www.xampp.de befolgt:

Es gibt zwei "php.ini". Welche ist nun die Richtige?
Die \xampp\apache\bin\php.ini ! Die andere unter \xampp\php ist natürlich nicht die "Falsche", nur wird diese dann angesprochen, wenn PHP im CGI Modus im Apache eingestellt wird. Per Standard in XAMPP läuft aber PHP über das Apache PHP Modul. Deshalb also die \xampp\apache\bin\php.ini bei Veränderungen konfigurieren.


Dort steht jetzt unter anderem:

Code: Select all
 
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 6000     ; Maximum execution time of each script, in seconds
max_input_time = 3600        ; Maximum amount of time each script may spend parsing request data
memory_limit = 200M      ; Maximum amount of memory a script may consume (8MB)


Sollte doch reichen, oder :wink:

Gruß
Harry

PostPosted: 20. October 2004 14:33
by ace
Ich habe das selbe Problem!

Kann denn da wirklich niemand helfen???

PostPosted: 20. October 2004 16:08
by Wiedmann
Doku von phpMyAdmin lesen.