Drupal Technical

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
| 3 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.
Zyxware default image3
| 3 min read
Many Drupal users wanted to know how to add an option in the Rules action to clear cached files immediately. Currently they were only presented with the option to clear the Boost cache on the next CRON run. If you are facing the same situation in your Drupal site and would like to know how to add add an option in the Rules action to clear the cache files immediately.
Zyxware default image4
| 2 min read
A few Drupal users using Drupal Boost were encountering a situation where the manual changes they made to the Boost generated .htaccess file like uncommenting the SetHandler Drupal_Security_ Do_Not_Remove_See_SA_2006_006 directive was getting rewritten during CRON runs. If you are encountering the same situation in your Drupal site when using Boost then read on to find out more.
Zyxware default image4
| 2 min read
A number of Drupal users using the Image field and the Filefield module related to the Drupal CCK module, wanted to know how to add the "Add another item " text to something of their choice. If you are facing the same situation with Drupal CCK in your Drupal site and would like to know how to change the "Add another item text" then read on to find out the solution.