Quickly Update Drupal with Drush
I am assuming that you already have drush installed. Make sure you do a backup of your Drupal7 Files and databases first. drush pm-update projects drupal-7-31
I am assuming that you already have drush installed. Make sure you do a backup of your Drupal7 Files and databases first. drush pm-update projects drupal-7-31
Sometimes the only way to regain access to your drupal site is to remove information from the cache tables manually. This script should save you some time. delete FROM drupal7.cache; delete FROM drupal7.cache_admin_menu; delete FROM … Read more
If you have zillion contents in Drupal and paging is not really useful to locate a particular piece of content, you will need to download and install the “Administration Views” module: This module replaces the … Read more
If you are getting this error, chances are your PHP install is missing the zip extension. A couple lines below the error message you should see the following sentence. The following file extensions are supported: … Read more
When you upload an image to the content of a Drupal 7 site. Drupal 7 adds the full path of the image to the actual content. If you are using Drupal 7 check the following … Read more