WP: Maximum upload size: 1 MB but phpinfo says upload_max_filesize 48M?
-
I have local installations of WP on two separate Macs, both running MacOS Sierra (laptop and desktop). Both of them are limiting my uploads to 1MB. PhpInfo() says that upload_max_filesize=48M, post_max_size=48M, and memory_limit=128M. I am able to upload large files to other test site that are also on localhost with no problem. I thought that WP might be accessing another php, so I called ‘echo phpinfo()’ from wp-blog-header.php, which said that I did have a 48M limit. I’ve tried checking variables with file_put_contents() but I can’t find where the limit is being throttled.
I’ve also tried changing themes but that doesn’t help either. Is there something I’m missing?
Thanks,
Chris
- The topic ‘WP: Maximum upload size: 1 MB but phpinfo says upload_max_filesize 48M?’ is closed to new replies.