Hi ownCloud lovers...! I am facing problem with owncloud file upload size. Today i updated "> Maximum upload size " in admin of owncloud but after changing this my website is down and it's showing 500 internal server error found. So i am not able to change that parameter back. Please suggest me "How can i get back my site live with owncloud ?"
Thank You ...!
please reply somebody....!
See the following what do to / whats needed if getting such an error
Problem:
Help: I'm getting an 500 Internal Server Error in my browser or in the logfile of my sync-client, or a blank / white page in my browser.
Answer:
Most time a:
500 Internal Server Error / blank page
error message is caused by a wrong configured webserver or a typo in a .htaccess file.
Without any additional informations it's not possible to help you here as this errors just means "something wrong" without telling what is wrong. Having a look at your webservers logfile or the e…
We will be able to help you if you provide enough information.
i just changed the upload limit from 512MB to 4GB by admin portal of oc and after it i got this error 500 internal server error page.
No logs no help, please use the issue template
i got this error since i changed the value of file upload size in admin panel from 512MB to 4GB.
i am also sharing you data/owncloud.log file.ownCloud.log (5.3 KB)
I also am experiencing this bug.
Fresh install, added the following code per this guide :
php_value post_max_size=16G
php_value output_buffering=0
php_value upload_max_filesize=16G
With that code there, internal server error 500. Without that code runs fine. I need to enable larger files!!