Closed (fixed)
Project:
Elysia Cron
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2012 at 12:44 UTC
Updated:
13 Jun 2013 at 16:03 UTC
Hi.
I'm looking into running drush elysia-cron run though when it comes to the system_cron
Cron job system_cron started.
WD cron: Exception: exception 'EntityMalformedException' with message 'Missing bundle property on entity of type file.' in [error]
/staging/includes/common.inc:7562
Stack trace:
#0 /staging/modules/field/field.attach.inc(683): entity_extract_ids('file', Object(stdClass))
#1 /staging/includes/entity.inc(320): field_attach_load('file', Array)
#2 /staging/includes/entity.inc(204): DrupalDefaultEntityController->attachLoad(Array, false)
#3 /staging/includes/common.inc(7646): DrupalDefaultEntityController->load(Array, Array)
#4 /staging/includes/file.inc(534): entity_load('file', Array, Array)
#5 /staging/includes/file.inc(550): file_load_multiple(Array, Array)
#6 /staging/modules/system/system.module(2999): file_load('126')
#7 [internal function]: system_cron()
#8 /staging/sites/all/modules/elysia_cron/elysia_cron.module(1264): call_user_func_array('system_cron', Array)
#9 /staging/sites/all/modules/elysia_cron/elysia_cron.module(1229): elysia_cron_internal_execute_job('system_cron')
#10 /staging/sites/all/modules/elysia_cron/elysia_cron.module(1095): elysia_cron_internal_execute_channel('default', Array, false)
#11 /staging/sites/all/modules/elysia_cron/elysia_cron.drush.inc(138): elysia_cron_run(true, false, false, false)
#12 [internal function]: drush_elysia_cron_run_wrapper('run')
#13 /drush/includes/command.inc(324): call_user_func_array('drush_elysia_cr...', Array)
#14 /drush/includes/command.inc(198): _drush_invoke_hooks('elysia_cron_run...', Array, 'elysia_cron')
#15 [internal function]: drush_command('run')
#16 /drush/includes/command.inc(165): call_user_func_array('drush_command', Array)
#17 /drush/drush.php(90): drush_dispatch(Array)
#18 /drush/drush.php(59): _drush_bootstrap_and_dispatch()
#19 /drush/drush.php(14): drush_main()
#20 {main}
Cron job system_cron ended in 0 secs.
Drush is outside the docroot, I only removed the directories for simplicity.
The same message is also found on dblog between the system cron run.
I only have update manager disabled and feeds scheduled to run every once in an hour.
Thanks
Comments
Comment #1
Yorgg commented