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.
Drupal Boost
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.
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.
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.
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.
Many Drupal users using Boost were complaining that the users were unable to access their site and were instead give the option to get a gzipped version of the site. If you are facing the same scenario in your Drupal site which uses Boost then read on to find out the solution.
A number of Drupal users were looking to know how to use Boost for authenticated users as Boost only caches pages for anonymous users. If you are a Drupal user and would like to know how to implement Boost for authenticated users then read on to find the solution.
A number of Drupal users using the Boost module in their Drupal sites were encountering a warning: array_unique() expects parameter 1 to be array, null given in sites/all/modules/boost/boost.module on line 806. If you are facing the same warning message in your Drupal site when using Boost then read on to know the fix.
Drupal does not provide the option to disable the confirmation mail that is send to a user after they have successfully completed registration in a Drupal site. However there is way to disable the mail using custom PHP code. If you are facing such a scenario in your Drupal site then read on to know how to disable the Drupal registration email in a Drupal 6 website.