You are not logged in.
Pages: 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
Offline
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.
Offline
I just splitted the topics, don't worry ...
In oneye 0.9.0 RC1 and higher we added .htaccess and php.ini files containing default settings, try disabling magic_quotes and so on. "upload_max_filesize" and such are commented out, but don't hesitate to edit that file and increase those limits as you like.
Intrestingly, It happens only with advanced installer. There on no 2mb LIMIT IF i USE SIMPLE UPLOADER.
That's really quite interesting. We should definitely take a look at this. Please check if the settings you set (see above) get applied correctly in simple and advanced uploaders.
Best regards,
Lars Knickrehm
The oneye project.
Offline
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
Offline
You shouldn't need to remove the php.ini file of oneye to upper those limits, since they were commented out originally...
But it's great to see things work now .
Have fun!
Best regards,
Lars Knickrehm
The oneye project.
Offline
Pages: 1