↧
Cron crawler in 7.x
I’m new to Drupal and have just developed a small site on Drupal 7. I am seeing very sluggish response times from my shared hosting provider, so I started playing around with cacheing options. Boost is...
View ArticleDrupal 7 boost clear all cache
In Drupal 7 when clicking clear cache button, all boost cache also clean. Find the boost_flush_caches() in boost.module and comment if (isset($_boost['base_dir']) &&...
View ArticleCron run exceeded the time limit and was aborted.
When run cron manually by visiting mysite.com/cron.php can see blank page Check the logs, and id get the following message: Cron run exceeded the time limit and was aborted. There may be some issue in...
View Article