Technical Blog

Zyxware default image1
| 1 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.
Zyxware default image2
| 2 min read
We may face a situation in our Drupal site utilizing Ubercart where we need to change the product shippable property during the checkout process. If a product can be shipped freely to certain locations we need to set the Shippable property to false programmatically in the Ubercart checkout process. Read on to know how to change a products shippable property during the Ubercart checkout process.
Zyxware default image4
| 2 min read
Many Drupal users have encountered a message similar to Fatal error: Cannot redeclare getnodecount() (previously declared in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code:3) in /var/www/sites/site.org/htdocs/includes/common.inc(1685) : eval()'d code on line 9" If you are faced with an error of similar type then read on to find out more about the issue.