Visa ett inlägg
Oläst 2008-12-05, 21:49 #4
Silodon Silodon är inte uppkopplad
Nykomling
 
Reg.datum: Feb 2005
Inlägg: 38
Silodon Silodon är inte uppkopplad
Nykomling
 
Reg.datum: Feb 2005
Inlägg: 38
Öppna som sagt din php.ini fil. På Debian borde den finnas i /etc/php5/apache2/ , förutsatt att du använder php5 och apache2 då.

Hitta följande rader och editera.

Kod:
;;;;;;;;;;;;;;;;;;;
; Resource Limits;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 300; Maximum execution time of each script, in seconds
max_input_time = 60; Maximum amount of time each script may spend parsing request data
memory_limit = 8M   ; Maximum amount of memory a script may consume (8MB)
Tvinga sedan apache att ladda om alla dess konfigurationsfiler. (/etc/init.d/apache2 force-reload)
Silodon är inte uppkopplad   Svara med citatSvara med citat