cron http://alexmoreno.net/ en Debug Cron white screen in drupal http://alexmoreno.net/debug-cron-white-screen-drupal/22-01-2013 <article role="article" about="http://alexmoreno.net/debug-cron-white-screen-drupal/22-01-2013" class="node node--type-blog node--promoted node--view-mode-teaser"><header><div class="node__meta"> <span> By <span class="node__author"><span><a title="View user profile." href="http://alexmoreno.net/alejandro-moreno" lang="" about="http://alexmoreno.net/alejandro-moreno" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">alexmoreno</a></span></span>, 22 January, 2013 </span> </div> <div class="node__top-wrapper"> <h2 class="node__title"> <a href="http://alexmoreno.net/debug-cron-white-screen-drupal/22-01-2013" rel="bookmark"> <span>Debug Cron white screen in drupal</span> </a> </h2> </div> </header><div class="node__content text-content"> <div class="text-content field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Debugging cron issues and errors is one of the most tricky things in Drupal. If you are dealing with a big site, with people adding nodes, inserting content which you can't allways force to be commited in the right way, and things like that, it is not unusual to find a cron broken by some "misterious" node.</p><p>Well, it is quite easy to find this "misterious" offender, just logging the cron activity. How, very easy, with my new module "cron_killing_finder".</p><p>It is published in my "Drupal SandBox": http://drupal.org/sandbox/programadoresweb/1895746</p></div> <div class="field field--name-taxonomy-vocabulary-1 field--type-entity-reference field--label-hidden field--tag-ref"> <ul class="links field__items field--tag-ref__items"><li class="field--tag-ref__item"><a href="http://alexmoreno.net/drupal" hreflang="es">drupal</a></li> <li class="field--tag-ref__item"><a href="http://alexmoreno.net/drupal-developer" hreflang="es">drupal developer</a></li> <li class="field--tag-ref__item"><a href="http://alexmoreno.net/cron" hreflang="es">cron</a></li> </ul></div> </div> </article> Tue, 22 Jan 2013 17:23:26 +0000 alexmoreno 82 at http://alexmoreno.net