APC Firmware Update Failure

Issue:

APC lost Communication to the UPS

Environment:

SMT2200RM2U with AP9630 UPS Network Management Card

Resolution:

make sure to download a correct type of firmware: Smart UPS or Symmetra. Do not update with Symmetra if you have model SMT2200RM2U

Battery voltage

  • UPS NMC v6.5.0 for Symmetra 1-P with AP9630/31/35
  • UPS NMC v6.5.0 for Smart-UPS with AP9630/31/35 (use this firmware for SMT2200RM2U)

http://www.apc.com/us/en/tools/download/index.cfm

Updated with latest firmware

WordPress Upload Media Limit to 2MB

Issue:

WordPress defaults upload limit to 2MB causing upload fail

Environment:

WordPress on Docker with Nginx

Resolution:

Increase WordPress upload file size to 8MB. To check what is the current max upload size limit in your WordPress site then navigate to WP Admin -> Media -> Add New.

Step 1) Locate .htaccess file in root folder

Step 2) Edit with your favorite editor and insert below four lines of code after ifModule
php_value upload_max_filesize 8M
php_value post_max_size 8M
php_value max_execution_time 300
php_value max_input_time 300

Step 3) Save .htaccess file and refresh media upload screen to see the new upload limit

If you still have problem upload, refer to increase Nginx client max body size here