|
OK here's what they said those settings were set to:
upload_max_filesize = 25M
max_execution_time = 64000 ; Maximum execution time of each script, in seconds
memory_limit = 256M ; Maximum amount of memory a script may consume
My max upload (or what I am trying to get to work) of 25MB is correct, but I don't know about the rest. Do they look fine to you and if so, any idea what else could cause the problem? I do not know how to verify that they changed the max execution time, other than that they said they did and restarted the server for me.
|