You are not logged in.
Pages: 1
I tried to update the local php.ini as you suggested but it didn't solve the problem. However, I was able to use my web server's php.ini after removing local php.ini. Thanks for the pointer
Here is how the local php.ini looks. I guess a 0 means magic quoted disabled
#
# COMPATIBILITY
#
arg_separator.output = &
disable_classes =
disable_functions =
display_errors = 1
error_log = ./logs/php.txt
error_reporting = E_ALL
html_errors = 0
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
mbstring.func_overload = 0
register_globals = 0
safe_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
zend.ze1_compatibility_mode = 0
#
# CLIENT-DOWNLOAD
#
file_uploads = 1
max_execution_time = 3600
max_input_time = -1
memory_limit = 600M
post_max_size = 600M
upload_max_filesize = 600M
#
# SERVER-DOWNLOAD
#
allow_url_fopen = 1
The upload limit of my site has become 2MB after upgrading to 0.9.0. It was 200MB before upgrade. memory_limit and upload_max_filesize is set to 600MB in my install. site is wishingcloud.net test/test
Intrestingly, It happens only with advanced installer. There on no 2mb LIMIT IF i USE SIMPLE UPLOADER.
The upload limit of my site has become 2MB after upgrading to 0.9.0. It was 200MB before upgrade. memory_limit and upload_max_filesize is set to 600MB in my install. site is wishingcloud.net test/test
One eye 0.9.0 demo system http://www.wishingcloud.net . Login as test/test
Thanks wishingcloud. Would you like to offer your system as official demo system as discussed over at http://forums.oneye-project.org/viewtopic.php?id=79 ?
Sure, Please let me know if I need to do anything for demo readiness.
oneye 0.9.0 is live at http://www.wishingcloud.net
Pages: 1