FIle upload size
-
I run a couple of apps on my web host and based on php.ini settings the default max upload size is 2MB. I found directions to increase the upload size through changing the following 2 setting within the php.ini file to:
upload_max_filesize = 8 MB
post_max_size = 8 MBThe problem is that when I change those setting TO anything other than 2MB I get all kinds of errors in wordpress (along with some other apps on the site – owncloud for example) Uploads fail, and posts won’t save, almost like WordPress can’t write anything to the server.
Before I narrowed it down to that, I had reinstalled WordPress, removed all add ons, changed themes, deleted all themes and none of it helped, then I remembered making that change in the php.ini file and when I changed it back it all went back to normal…
I was wondering if anyone was experienced with the php.ini file, or had other suggestions I could try.
The website that is experiencing these issues is: https://www.giertsenco.com/blog
THANKS!
- The topic ‘FIle upload size’ is closed to new replies.