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

rooey’s picture

Check 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.

Nathalievp’s picture

The 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.

rooey’s picture

check 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

Nathalievp’s picture

thx, everything works perfect now.

rooey’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.