Closed (fixed)
Project:
DataBase File Manager
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2008 at 08:35 UTC
Updated:
8 May 2008 at 21:22 UTC
Hi,
I working with 5.x-2.2, everything works fine, but I would like to add files larger than 1Mb. My larger files are not uploaded. My php.ini is set: post_max_size 50Mb, upload_max_filesize 50Mb.
thx
Nathalievp
Comments
Comment #1
rooey commentedCheck the values you've set on the administration pages - these are defined by roles (but you need to update all roles you belong to - yes it's another bug).
Double check your PHP ini and restart apache if necessary.
Comment #2
Nathalievp commentedThe roles are all the same for the moment max upload file size is set 50Mb. Php.ini is correct and the apache is restarted. But nothing changed I can't upload a file bigger than 1Mb.
Comment #3
rooey commentedcheck your mysql config
my.cnf
The max file-size for our system is set at 128MB.
#
# * Fine Tuning
#
key_buffer = 128M
max_allowed_packet = 128M
thread_stack = 128K
thread_cache_size = 8
#
# * Query Cache Configuration
#
query_cache_limit = 128M
query_cache_size = 128M
[mysql.server]
user=mysql
[isamchk]
key_buffer = 128M
Comment #4
Nathalievp commentedthx, everything works perfect now.
Comment #5
rooey commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.