Author Topic: upload more than 8kb not working  (Read 6146 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
upload more than 8kb not working
« 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.

Offline
***
Re: upload more than 8kb not working
« Reply #1 on: July 27, 2018, 02:55:55 AM »
You can increase max_upload_filesize using simple PHP Editor in left sidebar.

Offline
*
Re: upload more than 8kb not working
« Reply #2 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
« Last Edit: July 27, 2018, 10:50:14 AM by rednour »

Offline
*
Re: upload more than 8kb not working
« Reply #3 on: July 27, 2018, 11:42:26 AM »
try this
Code: [Select]
chown -R nobody /var/lib/nginx
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: upload more than 8kb not working
« Reply #4 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.