Need help with increasing maximum upload filesize

Post Reply
User avatar
Powerack
Ssr. Bludit
Posts: 12
Joined: Sat Jul 31, 2021 8:00 pm
Location: Prague
Contact:

Hello,

I need to upload images bigger than 2MB but I do not know where I need to make any changes. Using newest version fo Webmin / Virtualmin with PHP 8.1.2 (will possibly upgrade to 8.2.7 soon). Bludit 3.14.1
Working on powerack.cz | Bludit 3.14.1 & extremely modified Blog X
I am guy. Don't think about my profile image too much.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

This is a PHP setting: upload_max_filesize.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
timundstruppi
Jr. Bludit
Posts: 1
Joined: Mon Aug 21, 2023 7:14 pm

I have the exact same problem.
Of corse the first thing I did was upgrading the php setting in ...

Code: Select all

/etc/php/8.2/cli/php.ini
/etc/php/8.2/fpm/php.ini
to the following values:

Code: Select all

upload_max_filesize = 128M
post_max_size = 128M
After a restart of nginx webserver and php8.2 I am able to upload more, but it doesn't show me the pictures, no preview- nothing. Pictures lower than 2M get a review, the loading bar is turning green and so on:
Image

Using Debian 12, Bludit 3.15.0 if this helps in someway.
I hope someone can help me, I was so happy to finally start to design my blog and now I couldn't really find a solution for this in this forum or via web-search :(

EDIT 1:
It seems to be exactly this problem:
https://github.com/bludit/bludit/issues/1524

I hope this will be fixed :( I was so happy about bludit (concidering donating one day for this free, awesome CMS <3) but ... this is really a dealbreaker :/
For now my friend and me are only able to upload Pictures up to ~1MB :/
Last edited by timundstruppi on Mon Aug 21, 2023 8:22 pm, edited 1 time in total.
Post Reply