I get the following error when adding a single "Extract fields from node object operation" to an empty pipeline. The pipeline was cleared a few times, so I don't know what steps to reproduce. If i can repeat it I'll post in comments.
Fatal error: Uncaught exception 'Exception' with message 'Could not instantiate operation TfDrupalNodeLoad-1 (from "") in pipeline loop.' in /Users/xtfer/Sites/sandbox/sites/all/modules/transformations/core/transformations.pipeline.inc:664 Stack trace: #0 /Users/xtfer/Sites/sandbox/sites/all/modules/transformations/transformations/operations.pipeline.inc(337): TfPipeline->createOperation('TfDrupalNodeLoa...') #1 /Users/xtfer/Sites/sandbox/sites/all/modules/transformations/transformations/operations.pipeline.inc(129): TfPipelineOperation->ensureOperationInstances() #2 /Users/xtfer/Sites/sandbox/sites/all/modules/transformations/ui/transformations_ui.pipeline.edit.inc(90): TfPipelineOperation->operation('TfDrupalNodeFie...') #3 /Users/xtfer/Sites/sandbox/includes/form.inc(366): transformations_ui_pipeline_edit(Array, Object(TfPipeline)) #4 /Users/xtfer/Sites/sandbox/includes/form.inc(102): drupal_retrieve_form('transformations...', Array) #5 /Users/xtfer/Sites/sandbox/includes/menu.inc(348): drupal_get_form('transformations in /Users/xtfer/Sites/sandbox/sites/all/modules/transformations/core/transformations.pipeline.inc on line 664
Comments
Comment #1
jpetso commentedCannot reproduce in current CVS, so I guess I fixed it at some point. Please try again with the upcoming release, which is to be out soon (hopefully next week, need to fix a serious bug before doing the release).
Comment #2
xtfer commentedI have repeated it accidentally since then, but can't work out how yet. I'll try the next release when its ready.