Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: rednour on July 26, 2018, 05:27:11 PM

Title: upload more than 8kb not working
Post by: rednour on July 26, 2018, 05:27:11 PM
Hello,

When I want to upload more than 8kb files in wordpress or prestashop, I'm redirected to 302. (http://domain.com/@custom) I've never encountered this problem before, but it's happened in the last time.

At "tmp" folder in my server all files than 8 kb  has 0 kb.

Thank you.
Title: Re: upload more than 8kb not working
Post by: Jamshed Datori on July 27, 2018, 02:55:55 AM
You can increase max_upload_filesize using simple PHP Editor in left sidebar.
Title: Re: upload more than 8kb not working
Post by: rednour on July 27, 2018, 10:32:53 AM
Hi,

Thanks for your reply  :).

In my php.ini i have upload_max_filesize = 120M , not  max_upload_filesize .

https://drive.google.com/file/d/1BwreM8XWG7hxwnqhyNa5m486-DgftiXE/view?usp=sharing
Title: Re: upload more than 8kb not working
Post by: studio4host on July 27, 2018, 11:42:26 AM
try this
Code: [Select]
chown -R nobody /var/lib/nginx
Title: Re: upload more than 8kb not working
Post by: rednour on July 27, 2018, 01:36:36 PM
try this
Code: [Select]
chown -R nobody /var/lib/nginx

Thanks for your reply.

I downgraded my Apache version from 2.4.34 to 2.4.33, its works for me.