Notice (8) : Undefined index: Tasks [APP/Controller/Component/NavComponent.php , line 40 ]Code Context $taskID = $taskstepData [ 'TaskSteps' ][ 'task_id' ];
$taskData = $data -> Tasks -> find ( 'first' , array( 'conditions' =>array( 'id' => $taskID )));
$scoID = $taskData [ 'Tasks' ][ 'sco_id' ]; $data = object(TaskStepsController) {
name => 'TaskSteps'
uses => array(
(int) 0 => 'Tasks',
(int) 1 => 'Projects',
(int) 2 => 'Scos',
(int) 3 => 'GestureTypes',
(int) 4 => 'TaskSteps',
(int) 5 => 'TaskGestures',
(int) 6 => 'ConversationPhases',
(int) 7 => 'ConversationAnswers'
)
components => array(
(int) 0 => 'Nav',
(int) 1 => 'Session'
)
helpers => array()
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'TaskSteps'
layoutPath => null
viewVars => array(
'gesture_types' => array(
[maximum depth reached]
),
'sco' => array([maximum depth reached]),
'step' => array(
[maximum depth reached]
)
)
view => 'view'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '5126'
)
scaffold => false
methods => array(
(int) 0 => 'deleteStepConfirm',
(int) 1 => 'addnew',
(int) 2 => 'deleteStep',
(int) 3 => 'view',
(int) 5 => 'getBreadCrumbs'
)
modelClass => 'Tasks'
modelKey => 'task_step'
validationErrors => null
Nav => object(NavComponent) {}
Session => object(SessionComponent) {}
TaskSteps => object(TaskSteps) {}
Scos => object(Scos) {}
GestureTypes => object(GestureTypes) {}
Projects => object(Projects) {}
Tasks => object(Tasks) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$controller = 'tasksteps'
$action = 'view'
$args = array(
(int) 0 => '5126'
)
$taskID = '787'
$taskData = array()
$taskstepID = '5126'
$taskstepData = array(
'TaskSteps' => array(
'id' => '5126',
'task_id' => '787',
'rollover' => 'Enter medication directions',
'text' => 'When entering prescription directions, always use common SIG codes. These are automatically set to pull in accurate free form text when entered correctly.
Use your pharmacy technician knowledge to enter the correct SIG code for the directions shown below.',
'hint' => 'SIG: 1t po qd',
'sort' => '8',
'notes_pop' => null,
'cue' => '',
'task_group' => null
),
'Tasks' => array(
'id' => null,
'name' => null,
'sort' => null,
'script_type_id' => null,
'sco_id' => null,
'assessment' => null
),
'TaskGestures' => array(
(int) 0 => array(
'id' => '18420',
'sort' => '1',
'notes' => '',
'type' => '2',
'details' => '1t po qd',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'In the Dir field, type: 1t po qd',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
),
(int) 1 => array(
'id' => '18421',
'sort' => '2',
'notes' => '',
'type' => '1',
'details' => '',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'Press the Tab key',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
)
)
) NavComponent::getBreadCrumbs() - APP/Controller/Component/NavComponent.php, line 40
AppController::beforeRender() - APP/Controller/AppController.php, line 39
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 933
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: Scos [APP/Controller/Component/NavComponent.php , line 42 ]Code Context $scoID = $taskData [ 'Tasks' ][ 'sco_id' ];
$scoData = $data -> Scos -> find ( 'first' , array( 'conditions' =>array( 'id' => $scoID )));
$projectID = $scoData [ 'Scos' ][ 'project_id' ]; $data = object(TaskStepsController) {
name => 'TaskSteps'
uses => array(
(int) 0 => 'Tasks',
(int) 1 => 'Projects',
(int) 2 => 'Scos',
(int) 3 => 'GestureTypes',
(int) 4 => 'TaskSteps',
(int) 5 => 'TaskGestures',
(int) 6 => 'ConversationPhases',
(int) 7 => 'ConversationAnswers'
)
components => array(
(int) 0 => 'Nav',
(int) 1 => 'Session'
)
helpers => array()
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'TaskSteps'
layoutPath => null
viewVars => array(
'gesture_types' => array(
[maximum depth reached]
),
'sco' => array([maximum depth reached]),
'step' => array(
[maximum depth reached]
)
)
view => 'view'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '5126'
)
scaffold => false
methods => array(
(int) 0 => 'deleteStepConfirm',
(int) 1 => 'addnew',
(int) 2 => 'deleteStep',
(int) 3 => 'view',
(int) 5 => 'getBreadCrumbs'
)
modelClass => 'Tasks'
modelKey => 'task_step'
validationErrors => null
Nav => object(NavComponent) {}
Session => object(SessionComponent) {}
TaskSteps => object(TaskSteps) {}
Scos => object(Scos) {}
GestureTypes => object(GestureTypes) {}
Projects => object(Projects) {}
Tasks => object(Tasks) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$controller = 'tasksteps'
$action = 'view'
$args = array(
(int) 0 => '5126'
)
$taskID = '787'
$taskData = array()
$taskstepID = '5126'
$taskstepData = array(
'TaskSteps' => array(
'id' => '5126',
'task_id' => '787',
'rollover' => 'Enter medication directions',
'text' => 'When entering prescription directions, always use common SIG codes. These are automatically set to pull in accurate free form text when entered correctly.
Use your pharmacy technician knowledge to enter the correct SIG code for the directions shown below.',
'hint' => 'SIG: 1t po qd',
'sort' => '8',
'notes_pop' => null,
'cue' => '',
'task_group' => null
),
'Tasks' => array(
'id' => null,
'name' => null,
'sort' => null,
'script_type_id' => null,
'sco_id' => null,
'assessment' => null
),
'TaskGestures' => array(
(int) 0 => array(
'id' => '18420',
'sort' => '1',
'notes' => '',
'type' => '2',
'details' => '1t po qd',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'In the Dir field, type: 1t po qd',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
),
(int) 1 => array(
'id' => '18421',
'sort' => '2',
'notes' => '',
'type' => '1',
'details' => '',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'Press the Tab key',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
)
)
)
$scoID = null
$scoData = array() NavComponent::getBreadCrumbs() - APP/Controller/Component/NavComponent.php, line 42
AppController::beforeRender() - APP/Controller/AppController.php, line 39
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 933
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: Tasks [APP/Controller/Component/NavComponent.php , line 125 ]Code Context if(isset( $taskID )){
array_push ( $breadCrumbs , array(
'text' => 'Task ' . $taskData [ 'Tasks' ][ 'name' ], $data = object(TaskStepsController) {
name => 'TaskSteps'
uses => array(
(int) 0 => 'Tasks',
(int) 1 => 'Projects',
(int) 2 => 'Scos',
(int) 3 => 'GestureTypes',
(int) 4 => 'TaskSteps',
(int) 5 => 'TaskGestures',
(int) 6 => 'ConversationPhases',
(int) 7 => 'ConversationAnswers'
)
components => array(
(int) 0 => 'Nav',
(int) 1 => 'Session'
)
helpers => array()
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'TaskSteps'
layoutPath => null
viewVars => array(
'gesture_types' => array(
[maximum depth reached]
),
'sco' => array([maximum depth reached]),
'step' => array(
[maximum depth reached]
)
)
view => 'view'
layout => 'default'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
(int) 0 => '5126'
)
scaffold => false
methods => array(
(int) 0 => 'deleteStepConfirm',
(int) 1 => 'addnew',
(int) 2 => 'deleteStep',
(int) 3 => 'view',
(int) 5 => 'getBreadCrumbs'
)
modelClass => 'Tasks'
modelKey => 'task_step'
validationErrors => null
Nav => object(NavComponent) {}
Session => object(SessionComponent) {}
TaskSteps => object(TaskSteps) {}
Scos => object(Scos) {}
GestureTypes => object(GestureTypes) {}
Projects => object(Projects) {}
Tasks => object(Tasks) {}
[protected] _responseClass => 'CakeResponse'
[protected] _mergeParent => 'AppController'
[protected] _eventManager => object(CakeEventManager) {}
}
$controller = 'tasksteps'
$action = 'view'
$args = array(
(int) 0 => '5126'
)
$taskID = '787'
$taskData = array()
$taskstepID = '5126'
$taskstepData = array(
'TaskSteps' => array(
'id' => '5126',
'task_id' => '787',
'rollover' => 'Enter medication directions',
'text' => 'When entering prescription directions, always use common SIG codes. These are automatically set to pull in accurate free form text when entered correctly.
Use your pharmacy technician knowledge to enter the correct SIG code for the directions shown below.',
'hint' => 'SIG: 1t po qd',
'sort' => '8',
'notes_pop' => null,
'cue' => '',
'task_group' => null
),
'Tasks' => array(
'id' => null,
'name' => null,
'sort' => null,
'script_type_id' => null,
'sco_id' => null,
'assessment' => null
),
'TaskGestures' => array(
(int) 0 => array(
'id' => '18420',
'sort' => '1',
'notes' => '',
'type' => '2',
'details' => '1t po qd',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'In the Dir field, type: 1t po qd',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
),
(int) 1 => array(
'id' => '18421',
'sort' => '2',
'notes' => '',
'type' => '1',
'details' => '',
'screen_cap' => null,
'cue' => null,
'task_step_id' => '5126',
'hint' => 'Press the Tab key',
'details2' => null,
'x1' => null,
'x2' => null,
'y1' => null,
'y2' => null,
'color' => null,
'submitKey' => null,
'strict' => '0',
'unjudged' => '0',
'stepTextLeft' => '500',
'stepTextTop' => '100',
'fyiIconY' => '140',
'fyiIconX' => '500',
'fyiBoxY' => '172',
'fyiBoxX' => '230'
)
)
)
$scoID = null
$scoData = array()
$projectID = null
$projectData = array()
$breadCrumbs = array(
(int) 0 => array(
'text' => 'Projects',
'controller' => 'projects',
'action' => 'index'
)
) NavComponent::getBreadCrumbs() - APP/Controller/Component/NavComponent.php, line 125
AppController::beforeRender() - APP/Controller/AppController.php, line 39
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 933
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
Task Model Manager:
TaskSteps