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

Hirens Boot CD Error on HP Server ML350 G5

Issue:

HpCISSs2.sys could not be found

Environment:

HP ML350 G5 Server

Resolution:

Step 1) Reboot you system into BIOS screen by pressing F9 key

Step 2) Disable Virtual Install Disk under Advanced Options

Step 3) Press F10 key to save settings and reboot

Step 4) Try to boot from Hirens Boot CD and run Mini Windows XP again