Dejan - 2009-03-20 19:10:09 -
In reply to message 1 from Dejan
SOLVED!
Had to adjust the php.ini file to following
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 620 ; Maximum execution time of each script, in seconds
max_input_time = 620 ; Maximum amount of time each script may spend parsing request data
memory_limit = 512M ; Maximum amount of memory a script may consume