I'm working with a Windows hosting of Godaddy.
The application can upload and process files no larger than 2mb, but files larger than this, truncates the script and gives me this error
"C: \ php56 \ php-cgi.exe - The FastCGI process exceeded configured activity timeout "
My php .ini has these parameters
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 10000
max_input_time = 10000
already verify these parameters in the php info and if they are
What could be what I'm missing?