fix The uploaded file exceeds the upload_max_filesize directive in php.ini

Error occurs when trying to add a plugin or media item. Add the following to the .htaccess file php_value upload_max_filesize 256M php_value post_max_size 256M php_value max_execution_time 300 php_value max_input_time 300 adding it before the following tag: # END WordPress

Fix WordPress Briefly Unavailable for Scheduled Maintenance Error

So you are updating your Wordpress website and feeling good about keeping everything up to date when a "Briefly unavailable for scheduled maintenance. Check back in a minute." page appears. You wait a minute and press F5 to refresh ... still there. You wait a few more minutes and it is still there. You force [...]