Technical Blog

Zyxware default image4
| 3 min read
Many Drupal programmers, Drupal site admins and Drupal site users have encountered errors similar to "Warning: Cannot modify header information - headers already sent by (output started at ...\domainname.com\includes\install.inc:236) in ...\domainname.com\includes\install.inc on line 618" in their Drupal site. If you are facing the same situation in your Drupal site then read on to find out the solution.
Zyxware default image1
| 2 min read
Many Drupal programmers, Drupal site admins and Drupal site users have encountered errors similar to "PDOException: SQLSTATE[HY000]: General error: 1364 Field 'users' doesn't have a default value: INSERT INTO {node} (vid, type, language, title, uid, status, created, changed, promote, sticky) VALUES ..." in their Drupal site. If you are facing the same situation in your Drupal site then read on to find out the solution.
Zyxware default image1
| 2 min read
Many Drupal programmers, Drupal site admins and Drupal site users have encountered errors similar to "The selected file /tmp/file*** could not be uploaded, because the destination ***/***.*** is not properly configured." in their Drupal site. If you are facing the same situation in your Drupal site then read on to find out more.
Zyxware default image1
| 4 min read
The default method of changing a Drupal theme using the graphical Admin interface is familiar to most Drupal users. However a Drupal user is limited to changing only one theme at a time using this method and it is also slightly time consuming. What if you want to enable more then one theme at a time? Drupal provides a quicker way to change the theme using the bash command line. Read on to know how to enable multiple Drupal themes using the bash command line
Zyxware default image2
| 2 min read
In one of the Drupal projects I worked on I happened to notice a Javascript error message " ReferenceError: CKEditor is not defined " which caused a number of issues in the normal working of CKEditor. If you are facing the same error message when using CKEditor in your Drupal site and want to know how to fix then read on.