Wordpress Error The uploaded file exceeds the upload_max_fil
I just set up a Linode and configured it per the 1G guide, after installing Wordpress I found I couldn't upload a theme due to the following error:
The uploaded file exceeds the uploadmaxfilesize directive (theme is 3MB)
I edited this category in /etc/php5/cli/php.ini:
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 200M
But it is still giving me the same error… I guess this is something silly that I'm missing, but would appreciate any insights!
4 Replies
-Chris
Getting a new error makes me happy… Is that weird?
/etc/php5/fpm/php.ini
and you don't have to restart Apache but php-fpm instead.