This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Upload issue on new server
Started 11 years ago by ROYW1000 | 3 posts |
-
Hi
I have ran the form software before on another server and 150mb uploads work fine. I have now copied it to another server but during upload I get the following.
In the upload box after serveral minutes - HTTP Error
Then in a dialogue box it says The Form Says "HTTP Status Event Type="http status" bubbles=false cancelable=false eventphase=2 status=500 response url=none"
Anyone know what all this means as uploads are not currently working
Thanks
RoyPosted 11 years ago # -
Most likely your new server has different limit regarding maximum file upload size. Make sure to adjust your PHP configuration file (php.ini) and set the limit to be higher than 150MB.
You can edit your PHP configuration file (php.ini) and set these values:
max_execution_time = 599 max_input_time = 599 upload_max_filesize = 200M post_max_size = 200M
the above would allow file upload up to 200MB.
MachForm Founder
Posted 11 years ago # -
Hi
I think its because I am using a subdomain now to hos the forms.
I will post back when I get the final results. But I have changed the URL for the forms to be non http and that has not helped so far.
Roy
Posted 11 years ago #
Reply
You must log in to post.