Drupal 6

With Drupal 8 in the works a lot of Drupal 6 sites are currently upgrading to Drupal 7. We get quite a few queries on Drupal upgrades and almost everybody asks for a fixed price estimate for the process. In theory Drupal 6 to Drupal 7 upgrade process is an automated process and all you have to do is to take the site through a set of standard steps for the upgrade. However upgrades don't always work like that.

Continue reading

One of our Drupal clients who had been using the Drupal Ubercart module had requested us to change the status of the order after a user completes the Ubercart checkout completion process. If you are facing the same situation with Ubercart in your Drupal site and would like to know how to change the order status programmatically then read on to find out the solution.

Continue reading
  • By jijimol.john on May 6, 2013 - 09:57
  • Drupal
0

In one of our Drupal projects we were requested to create a Drupal module through which you could upload and extract a zip file and store the extracted files into the files directory in the Drupal site. If you are faced with the same task and wanted to know how to unzip a zipped file from within Drupal.

Continue reading

A number of Drupal users using the Drupal Pathauto module in their Drupal site had reported that Google was indexing node-urls of the pages of their Drupal site instead of the url-aliases. If you are a Drupal user facing the same dire situation in your Drupal site then continue reading to know the solution to the above issue.

Continue reading

A number of Drupal users were encountering a scenario in their Drupal site where the Drupal Pathauto automatic alias checkbox was coming up on all pages by itself. If you are a Drupal user facing the same situation in your Drupal site then read on to find out to know the cause of the issue and the easy workaround for the issue.

Continue reading

A number of Drupal users were facing a scenario in their Drupal site where the Drupal Pathauto automatic alias checkbox is visible to anonymous users. If you are a Drupal user facing the same scenario with Drupal Pathauto in your Drupal site then read on to find out the solution.

Continue reading

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.

Continue reading

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.

Continue reading

Drupal uses a variety of caching systems to improve the site performance. However in certain scenarios they may not be sufficient and more powerful external caching mechanisms are required to improve the performance. One such mechanism is memcached. If you want to know how to install memcached in CentOs then read on to know the steps.

Continue reading

A Drupal user using Drupal Organic Groups wanted to know how to show the block on every page that belongs to Organic Groups. Presently the block was only visible in the start page of the blocks. If you are facing the same question in your Drupal site with Drupal organic groups then read on to find out the solution.

Continue reading

A few Drupal users had reported that the Panels of Organic Groups disappeared after upgrading to Organic Groups 7.x-2. If you are facing the same situation in your Drupal website with Drupal Organic Groups then read on to find out the solution.

Continue reading

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.

Continue reading

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.

Continue reading

A lot of Drupal users were facing a situation where the "Page cached by Boost" HTML tag was not showing at the bottom of the HTML source of the page. If you are facing the same issue in your Drupal site and would like to know how to bring back the "Page cached by Boost" issue then read on to find out the solution.

Continue reading

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.

Continue reading

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.

Continue reading
  • By webmaster on January 30, 2013 - 20:15
  • CCK
0

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.

Continue reading

Many Drupal users were encountering a situation in their Drupal site where Boost was caching the Drupal error messages on a page. If you are facing the same situation in your Drupal site and would like to know how to prevent Boost from caching Drupal error messages then read on to find out the solution.

Continue reading

A large number of Drupal users were encountering a situation in which IE8 was not creating Boost cache pages while it was working normally on other browsers. If you are using IE8 and would like to know why IE 8 is not displaying Boost cached versions of the pages of your Drupal site then read on to find out the solution

Continue reading

Many Drupal users using Boost wanted to include options in their custom modules to access and clear the Boosts database and file cache. If you are facing the same situation in your Drupal site and would like to know how to disable Boosts database and File Cache from another module then read on to know how.

Continue reading