Memory problem with Max File Size
-
OK, I have searched this and have seen what everyone has said.
I think I got it all.My limit is set at Maximum File Upload Size of 2M.
I have my own server, I run a number of sites off of it, so I went into both my server for WP and my main server and found the php.ini file and switched the max file size to 50M and the max post size to 20M.
I also went into the wp-config.php file and added:
define(‘WP_MEMORY_LIMIT’, ’50M’);
Made sure that all the properties for chmod stayed the same.
Double checked that the files uploaded had the correct values in them, they did. I deleted my local files and recopied them from the server.
I am still being stuck with the 2M size limit.
What am I missing?
- The topic ‘Memory problem with Max File Size’ is closed to new replies.