Technical Blog

Zyxware default image1
| 3 min read
Multisite concept allow us to run multiple sites in single drupal core installation . Each site in the multisite will have it's own modules and themes as well as files folders. Setting up multiple sites like this will save on patch administration, permissions administration, setting up APC etc. Follow the below steps for running multiple sites in single drupal installation.
Zyxware default image2
| 2 min read
One of the errors we come across in a Drupal 6 installation is "htmlspecialchars() expects parameter 1 to be string, array given in /includes/bootstrap.inc on line 860". This is an issue with the Internationalization and Taxonomy translation modules. This issue can be fixed by adding a line in the bootstrap.inc file. If you want to know how to solve the warning, continue reading.
Zyxware default image1
| 2 min read
One of our Drupal clients asked us to customize the search box in one of their Drupal themes and bring in rounded corners and a search icon. However the solution we came up with was causing the search text to overlap the search block from in IE. If you are facing the same issue in your Drupal site and would like to know how to prevent search text from overlapping Drupal search block form in IE then read on to find out the solution.
Zyxware default image1
| 3 min read
If you are a Drupal developer, you should know about Drupal theming. Have you ever got a chance to build a Drupal theme completely? If you are a Drupal theme developer you might have wanted to know how to extend the content width if there are no sidebars in your Drupal themes. If you are looking for the answer to the question then read on to find out how.
Zyxware default image1
| 3 min read
FCKeditor Unknown You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php. A few Drupal users have reported the presence of this warning message in the status reports of their Drupal site. If you are encountering this warning in the status report of your Drupal site then continue reading to solve the problem.
Zyxware default image2
| 2 min read
A Drupal user was facing a situation in his Drupal site where he could not save more than 10 values in a node reference field in a custom content type. If there were more than 10 values in a node reference field then the node could not be saved. If you are facing the same scenario in your Drupal site with the Drupal CCK field and would like to know how to save more than 10 values in a node references field in a custom content type.
Zyxware default image4
| 2 min read
A large number of Drupal users were encountering a Duplicate entry '690-0' for key 1 query: INSERT INTO content_field_photo... /sites/all/modules/cck/content.module on line 1213. If you are facing the same error message or a similar message related to the Content module in your Drupal installation and looking to know how to fix the error message then read on to know the solution.