ok so where do i go from here - its all new to me
here is what i changed in php.ini
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 60
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)
; Maximum allowed size for uploaded files.
upload_max_filesize = 8M
now as u can see ive set it to 8 yet im still having problems so need help on what to do next or even if its possible
|