Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

Read the full story »
CSS Templates

Contain reviews and news about CSS Templates.

Freebies

Contain freebies such as icons, graphics, headers and images for your websites.

Fun Stuff

Contains other fun stuff for entertainment or interesting site showcase.

How-To

Contain technical elaborations on some specific workarounds or common tweak.

Joomla Templates

Contains reviews and news about Joomla templates.

Home » Archive by Tags

Articles tagged with: drupal cron

Drupal: Quick Cron Diagnostic
January 23, 2012 – 8:25 am | No Comment
Drupal: Quick Cron Diagnostic

In this article I would tell you how  to find our the reasons of why cron hangs up and fix them. Read the solution options below.

Drupal: Optimization of cron.php
July 21, 2010 – 9:06 am | No Comment

 
You need to run cron frequently (for example, every 10 minutes). And meet some problems on this way.
Modules launched by cron work with external sites and connection with them can be bad or script …

Drupal: How to Backup Database Automatically
July 19, 2010 – 11:06 am | No Comment

 
This article would tell you how to create back of database automatically on a regular basis.
Solution (for Unix users):

Drupal: How to Run Cron
July 5, 2010 – 7:32 am | No Comment

This article would tell you how to set cron launching.

Drupal: Making Regular Actions on Site
June 30, 2010 – 8:54 am | No Comment

For the correct functioning, some modules require regular technical maintenance. For example, watchdog module needs to remove old messages and search module needs to index site content.

Drupal: Quick Diagnostics of Cron Hanging Up
June 25, 2010 – 4:08 am | No Comment

Solution
Idexing
Decrease number of documents for indexing at one cron launching on the page of search settings. It’s better to run cron a few times a day.
Mailing
If you have simple news then it can …