Hi Folks,
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 upload_max_filesize directive (theme is 3MB)
I edited this category in /etc/php5/cli/php.ini:
Code:
; 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!