Unable to upload wordpress plugins

(1) Make sure you’ve set up proper upload_max_filesize. You can use phpinfo to check / verify.

<?php
    phpinfo();
?>

(2) You may also need to increase your max post size. Look for this line in your php.ini file post_max_size and increase it as well.

  • You need to restart Apache for the changes to take effect.

  • Retry to upload.