Search Results

Installing and configuring Memcached For Drupal 7

Memcached is an open source caching system with high performance which will increase your site's performance by reducing database load. It is used to…

Read more

How to create a node programmatically in Drupal 7

Drupal itself provides an interface (node/add) to create a node content for the specific content type. But sometimes we will come across some…

Read more

How to install ffmpeg in Ubuntu 14.04, 14.10 and Linux Mint

I was trying to crop some video files in Ubuntu for my project. I read some article about ffmpeg that can be used to crop and edit the images and…

Read more

How to remove PPAs in Ubuntu 14.04,14.10,15.04,15.10 and Linux mint

A Personal Package Archive (PPA) is a special software repository for uploading source packages to be built and published as an APT repository by…

Read more

[Solved] Fatal error: Class 'DatabaseTasks_mysql' not found in modules/system/system.install

  I was trying to update from Drupal 7.34 to the current (7.39) version. I keep getting the following error on the status report page after updating…

Read more

How to theme a Admin block without specify Block Id.

  Theme a admin block without specify Block Id is better practice because local block id and server block id may be differ in that case we need to…

Read more