Getting around the upload limit in the php.ini

Ever tried to upload images in WordPress and get the following error message “Your php.ini upload_max_filesize is 2m”? This article provides a solution which is as simple as pasting a bit of code into a file and uploading it to your WordPress installation.

Resolve fatal memory error when upgrading WP

From time to time when I try to upgrade an installation of WordPress I get an error that starts “Fatal Error: Allowed memory size of 33554432 bytes exhausted…” This means that WordPress needs a certain amount of space allocated to perform the...