wordpress blog stats

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:

  1. LAMP Ubuntu, How To Install LAMP, LAMP Linux
  2. Could not reliably determine the server’s fully qualified domain name – Ubuntu
  3. Ubuntu MySQL, Install Ubuntu MySQL
  4. PHP installation appears to be missing the MySQL extension
  5. Install PHP, MySQL and Apache (LAMP) on Ubuntu (Linux)
  6. Fatal error: Call to undefined function curl_init() Windows and Linux (Ubuntu)
  7. PHP Errors Display ON and OFF for Windows and Linux (Ubuntu)
  8. Error establishing a database connection Windows Linux Ubuntu
  9. Ubuntu Change Time, Ubuntu Set Time
  10. Install Fonts in Ubuntu / Linux

Leave a Reply