it would be nice if the errors from the cron.php output would be written to watchdog.

background: my site isnt listed on the drupal's //site anymore. when i called the cron.php on my site, i got an error:

    Fatal error: Cannot instantiate non-existent class: xmlrpc_client in /var/www/html/myblog/modules/ping.module on line 37

probably something i can solve but would have spotted sooner if only crons error would have been in teh watchog

Comments

bertboerland’s picture

Title: cron writes errors to watchdog » cron should write errors to watchdog

it would be nice if the errors from the cron.php output would be written to watchdog. background: my site isnt listed on the drupal's //site anymore. when i called the cron.php on my site, i got an error:

    Fatal error: Cannot instantiate non-existent class: xmlrpc_client in /var/www/html/myblog/modules/ping.module on line 37

probably something i can solve but would have spotted sooner if only crons error would have been in teh watchog

moshe weitzman’s picture

Anonymous’s picture