General

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 image3
| 2 min read
There is a good chance that most Drupal websites are linked to social networking sites like Twitter and Facebook. In such a scenario we need to verify that the content generated in the Drupal website and passed as feeds to these sites are correctly displayed there. If you are facing the same scenario in your Drupal website and want to know how to test your Drupal website's content feed in social networking sites like Twitter and Facebook then read on
Zyxware default image4
| 4 min read
'Completely Automated Public Turing Test to tell computers and humans apart' or simply 'CAPTCHA' is something that we come across in the Log in / contact form of almost every modern website. As the name suggests, it is used to differentiate between humans and computers. It is a test which usually comes in the form of mathematical questions (Number Captcha) or image recognition (Image Captcha) for the users to solve, in order to login and access certain pages in the websites. 'ReCaptcha' is also a type of captcha which contains an image with 2 words.
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