max_file_upload_size

Please report bugs here!

Moderator: Thorsten

Post Reply
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

max_file_upload_size

Post by robin-masters »

Greetings,

in version 2.8.17 the max_file_upload_size seems not work with the ajaxfilemanager.

I have set the value to 500MB in my php.ini and to 524288000 Bytes in the Admin Panel of PHPMyFAQ.
In Version 2.8.12 an upload over the standard size Limit is possible in Version 2.8.17 i see a white Screen in the upload window and nothing happens -
no error message or somethink like this.

Any ideas?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: max_file_upload_size

Post by Thorsten »

Hi,

these values are only valid for the attachment upload in phpMyFAQ, not the file manager for TinyMCE. Here's the configuration for the file manager:

https://github.com/thorsten/phpMyFAQ/bl ... ce.php#L75

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

Re: max_file_upload_size

Post by robin-masters »

Hey Thorsten,

sry it`s my fault not a bug ... ;-)

In the php.ini you have to set

Code: Select all

upload_max_filesize = 
(this value appears in phpmyfaq)

AND!

Code: Select all

from post_max_size = 8M 
to

Code: Select all

post_max_size = 0 
(for unlimited)
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: max_file_upload_size

Post by Thorsten »

Hi,

okay, when I misunderstood you, sorry!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply