Having problems in uploading the WordPress Themes, Plugins etc. in Ubuntu? Here’s a simple and easy solution:
Solution – The uploaded file could not be moved to /var/www/
Simply open the file php.ini file, existing in /etc folder. For me, it is in:
/etc/php5/apache2/php.ini
Now search for the variable upload_max_filesize and change its value from 2M to whatever the file size, you want to, for me, I changed it from:
upload_max_filesize = 2M
to
upload_max_filesize = 100M
After this, restart your Apache Server, through the following post:
Install PHP, MySQL and Apache (LAMP) on Ubuntu (Linux)
And your problem could have been resolved.
Related posts:
- LAMP Ubuntu, How To Install LAMP, LAMP Linux
- Could not reliably determine the server’s fully qualified domain name – Ubuntu
- Ubuntu MySQL, Install Ubuntu MySQL
- PHP installation appears to be missing the MySQL extension
- Install PHP, MySQL and Apache (LAMP) on Ubuntu (Linux)
- Fatal error: Call to undefined function curl_init() Windows and Linux (Ubuntu)
- PHP Errors Display ON and OFF for Windows and Linux (Ubuntu)
- Error establishing a database connection Windows Linux Ubuntu
- Ubuntu Change Time, Ubuntu Set Time
- Install Fonts in Ubuntu / Linux




