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 >>

[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 Create a Custom Views Field in Drupal 7

When implementing Views in websites, you might come across situation when you cannot find the proper field to display the data. Finally we end up…

Read More >>