Reset the PHP Configuration same as below
upload_max_filesize = 200M (or more)
post_max_size = 200M (or more)
max_execution_time = 6000 (or more)
max_input_time = 6000 (or more)
session.gc_maxlifetime = 14000 (or more)
Reset the PHP Configuration same as below
upload_max_filesize = 200M (or more)
post_max_size = 200M (or more)
max_execution_time = 6000 (or more)
max_input_time = 6000 (or more)
session.gc_maxlifetime = 14000 (or more)
where do I find that file? Thanks!
Edit: Nevermind, I found the file! Just have to contact my host about changing the settings. Thanks for your help!
Last edited by Filip; 02-03-2012 at 10:31 AM.
php.ini file, you need to contact server provider. Also if server run out of memory or process get killed this can happen. The error you posted is not related to upload. To find exact reason, have to check the error log for your IP. Something like
grep YOUR_IP /usr/local/apache/logs/error_log
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Bookmarks