Category Archives: Web Development

Drupal Installation and Troubleshooting

By | January 1, 2016

Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. In this post, you will learn how to install Drupal on a LAMP Ubuntu server. Installation Download the latest stable version of Drupal from their website Copy the downloaded file to the /var/www/html directory of your… Read More »

The Uploaded File Could not be Moved to wp-content

By | October 13, 2015

Symptom: When attempting to add media to a WordPress post, the image is rejected and the following error message appears: Cause: The WordPress uploads directory (typically located at /var/www/html/wordpress/wp-content/uploads) on the web server does not have write permission enabled and/or the web user (likely www-data) is not a member of the group which the uploads… Read More »