Currently Browsing: Error Messages

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 upgrade, and the server is not allowing it. There are multiple options to fix this. The easiest is option #3 in the linked article. If you get an error while trying to edit your wp-config.php file, you probably need to CHMOD the permissions on the file to allow you to write changes to it.