Warning (2) : array_search() expects parameter 2 to be array, null given [APP/Controller/ToolboxesController.php , line 177 ]Code Context $naviAr = $this -> Session -> read ( 'searchResult' );
$idAr = $this -> Session -> read ( 'Search.ids' );
$key = array_search ( $id , $idAr );
$id = '32'
$toolbox = array(
'Toolbox' => array(
'id' => '32',
'alte_id' => '0',
'name' => 'Mobile Information Displays',
'Tool_Type' => 'T',
'Decision_Level' => 'L',
'Frequency_Time' => 'Continuously',
'Combo_of_Stakeholders' => 'P',
'No_of_Stakeholders' => '>100',
'Phase' => 'Any phase of the project level',
'Participation_level' => 'Inform',
'Implementer' => 'Any',
'Tool_Description' => 'Mobile Information Displays are mobile Information Centres. Their aim is to distribute information about a specific project. They make use of the opportunity to come to the people rather than expecting peple to come to a certain location. They can be used at large events that attract many visitors (e.g. fairs, markets), for visiting institutions like schools or be set up at central places on no specific occasion.<br>The presentation equipment is less detailed than in information centres and space is limited.',
'Tool_Refs' => '***information to be added***',
'Links' => ''
),
'AttributevaluesToolboxes' => array(
(int) 0 => array(
'id' => '1296',
'attributevalue_id' => '345',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'id' => '1297',
'attributevalue_id' => '361',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'id' => '1306',
'attributevalue_id' => '333',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'id' => '1298',
'attributevalue_id' => '338',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '1299',
'attributevalue_id' => '343',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'id' => '1300',
'attributevalue_id' => '355',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'id' => '1301',
'attributevalue_id' => '336',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'id' => '1302',
'attributevalue_id' => '339',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'id' => '1303',
'attributevalue_id' => '34',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '1304',
'attributevalue_id' => '37',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'id' => '1305',
'attributevalue_id' => '45',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
)
),
'Casestudy' => array()
)
$attributes = array(
(int) 0 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
)
)
$marginal_element = 'details'
$leftColumnAr = array(
'Page' => array(
'id' => '4',
'name' => 'details',
'alternative_name' => 'Details',
'content' => '',
'marginal' => '<p>This page shows the details of the selected tool including a description of the tool and its various attributes.</p>
',
'active' => true,
'extraPage' => '0',
'edit_content' => '0',
'edit_status' => '0'
),
'File' => array()
)
$naviAr = null
$idAr = null array_search - [internal], line ??
ToolboxesController::details() - APP/Controller/ToolboxesController.php, line 177
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Warning (2) : count(): Parameter must be an array or an object that implements Countable [APP/Controller/ToolboxesController.php , line 182 ]Code Context }
else {
$idAr [ 'prev' ] = $idAr [( count ( $idAr )- 1 )];
$id = '32'
$toolbox = array(
'Toolbox' => array(
'id' => '32',
'alte_id' => '0',
'name' => 'Mobile Information Displays',
'Tool_Type' => 'T',
'Decision_Level' => 'L',
'Frequency_Time' => 'Continuously',
'Combo_of_Stakeholders' => 'P',
'No_of_Stakeholders' => '>100',
'Phase' => 'Any phase of the project level',
'Participation_level' => 'Inform',
'Implementer' => 'Any',
'Tool_Description' => 'Mobile Information Displays are mobile Information Centres. Their aim is to distribute information about a specific project. They make use of the opportunity to come to the people rather than expecting peple to come to a certain location. They can be used at large events that attract many visitors (e.g. fairs, markets), for visiting institutions like schools or be set up at central places on no specific occasion.<br>The presentation equipment is less detailed than in information centres and space is limited.',
'Tool_Refs' => '***information to be added***',
'Links' => ''
),
'AttributevaluesToolboxes' => array(
(int) 0 => array(
'id' => '1296',
'attributevalue_id' => '345',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'id' => '1297',
'attributevalue_id' => '361',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'id' => '1306',
'attributevalue_id' => '333',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'id' => '1298',
'attributevalue_id' => '338',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '1299',
'attributevalue_id' => '343',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'id' => '1300',
'attributevalue_id' => '355',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'id' => '1301',
'attributevalue_id' => '336',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'id' => '1302',
'attributevalue_id' => '339',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'id' => '1303',
'attributevalue_id' => '34',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '1304',
'attributevalue_id' => '37',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'id' => '1305',
'attributevalue_id' => '45',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
)
),
'Casestudy' => array()
)
$attributes = array(
(int) 0 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
)
)
$marginal_element = 'details'
$leftColumnAr = array(
'Page' => array(
'id' => '4',
'name' => 'details',
'alternative_name' => 'Details',
'content' => '',
'marginal' => '<p>This page shows the details of the selected tool including a description of the tool and its various attributes.</p>
',
'active' => true,
'extraPage' => '0',
'edit_content' => '0',
'edit_status' => '0'
),
'File' => array()
)
$naviAr = null
$idAr = null
$key = null ToolboxesController::details() - APP/Controller/ToolboxesController.php, line 182
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Notice (8) : Trying to access array offset on value of type null [APP/Controller/ToolboxesController.php , line 182 ]Code Context }
else {
$idAr [ 'prev' ] = $idAr [( count ( $idAr )- 1 )];
$id = '32'
$toolbox = array(
'Toolbox' => array(
'id' => '32',
'alte_id' => '0',
'name' => 'Mobile Information Displays',
'Tool_Type' => 'T',
'Decision_Level' => 'L',
'Frequency_Time' => 'Continuously',
'Combo_of_Stakeholders' => 'P',
'No_of_Stakeholders' => '>100',
'Phase' => 'Any phase of the project level',
'Participation_level' => 'Inform',
'Implementer' => 'Any',
'Tool_Description' => 'Mobile Information Displays are mobile Information Centres. Their aim is to distribute information about a specific project. They make use of the opportunity to come to the people rather than expecting peple to come to a certain location. They can be used at large events that attract many visitors (e.g. fairs, markets), for visiting institutions like schools or be set up at central places on no specific occasion.<br>The presentation equipment is less detailed than in information centres and space is limited.',
'Tool_Refs' => '***information to be added***',
'Links' => ''
),
'AttributevaluesToolboxes' => array(
(int) 0 => array(
'id' => '1296',
'attributevalue_id' => '345',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'id' => '1297',
'attributevalue_id' => '361',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'id' => '1306',
'attributevalue_id' => '333',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'id' => '1298',
'attributevalue_id' => '338',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '1299',
'attributevalue_id' => '343',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'id' => '1300',
'attributevalue_id' => '355',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'id' => '1301',
'attributevalue_id' => '336',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'id' => '1302',
'attributevalue_id' => '339',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'id' => '1303',
'attributevalue_id' => '34',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '1304',
'attributevalue_id' => '37',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'id' => '1305',
'attributevalue_id' => '45',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
)
),
'Casestudy' => array()
)
$attributes = array(
(int) 0 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
)
)
$marginal_element = 'details'
$leftColumnAr = array(
'Page' => array(
'id' => '4',
'name' => 'details',
'alternative_name' => 'Details',
'content' => '',
'marginal' => '<p>This page shows the details of the selected tool including a description of the tool and its various attributes.</p>
',
'active' => true,
'extraPage' => '0',
'edit_content' => '0',
'edit_status' => '0'
),
'File' => array()
)
$naviAr = null
$idAr = null
$key = null ToolboxesController::details() - APP/Controller/ToolboxesController.php, line 182
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Notice (8) : Undefined offset: 0 [APP/Controller/ToolboxesController.php , line 189 ]Code Context }
else {
$idAr [ 'next' ] = $idAr [ 0 ];
$id = '32'
$toolbox = array(
'Toolbox' => array(
'id' => '32',
'alte_id' => '0',
'name' => 'Mobile Information Displays',
'Tool_Type' => 'T',
'Decision_Level' => 'L',
'Frequency_Time' => 'Continuously',
'Combo_of_Stakeholders' => 'P',
'No_of_Stakeholders' => '>100',
'Phase' => 'Any phase of the project level',
'Participation_level' => 'Inform',
'Implementer' => 'Any',
'Tool_Description' => 'Mobile Information Displays are mobile Information Centres. Their aim is to distribute information about a specific project. They make use of the opportunity to come to the people rather than expecting peple to come to a certain location. They can be used at large events that attract many visitors (e.g. fairs, markets), for visiting institutions like schools or be set up at central places on no specific occasion.<br>The presentation equipment is less detailed than in information centres and space is limited.',
'Tool_Refs' => '***information to be added***',
'Links' => ''
),
'AttributevaluesToolboxes' => array(
(int) 0 => array(
'id' => '1296',
'attributevalue_id' => '345',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'id' => '1297',
'attributevalue_id' => '361',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'id' => '1306',
'attributevalue_id' => '333',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 3 => array(
'id' => '1298',
'attributevalue_id' => '338',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 4 => array(
'id' => '1299',
'attributevalue_id' => '343',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 5 => array(
'id' => '1300',
'attributevalue_id' => '355',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 6 => array(
'id' => '1301',
'attributevalue_id' => '336',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 7 => array(
'id' => '1302',
'attributevalue_id' => '339',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 8 => array(
'id' => '1303',
'attributevalue_id' => '34',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 9 => array(
'id' => '1304',
'attributevalue_id' => '37',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 10 => array(
'id' => '1305',
'attributevalue_id' => '45',
'toolbox_id' => '32',
'Attributevalue' => array(
[maximum depth reached]
)
)
),
'Casestudy' => array()
)
$attributes = array(
(int) 0 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 1 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
),
(int) 2 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
(int) 0 => array(
'AttributevaluesToolboxes' => array(
[maximum depth reached]
),
'Attributevalue' => array(
[maximum depth reached]
)
)
)
)
$marginal_element = 'details'
$leftColumnAr = array(
'Page' => array(
'id' => '4',
'name' => 'details',
'alternative_name' => 'Details',
'content' => '',
'marginal' => '<p>This page shows the details of the selected tool including a description of the tool and its various attributes.</p>
',
'active' => true,
'extraPage' => '0',
'edit_content' => '0',
'edit_status' => '0'
),
'File' => array()
)
$naviAr = null
$idAr = array(
'prev' => null
)
$key = null ToolboxesController::details() - APP/Controller/ToolboxesController.php, line 189
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/ippa-toolbox/lib/Cake/Utility/Debugger.php:797) [APP/Controller/AppController.php , line 61 ]Code Context function beforeRender ()
{
header ( "Content-Type: text/html; charset=utf-8" );
header - [internal], line ??
AppController::beforeRender() - APP/Controller/AppController.php, line 61
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/ippa-toolbox/lib/Cake/Utility/Debugger.php:797) [APP/Controller/AppController.php , line 62 ]Code Context {
header ( "Content-Type: text/html; charset=utf-8" );
header ( "pragma: no-cache" );
header - [internal], line ??
AppController::beforeRender() - APP/Controller/AppController.php, line 62
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/ippa-toolbox/lib/Cake/Utility/Debugger.php:797) [APP/Controller/AppController.php , line 63 ]Code Context header ( "Content-Type: text/html; charset=utf-8" );
header ( "pragma: no-cache" );
header ( "Cache-Control: no-cache, must-revalidate" );
header - [internal], line ??
AppController::beforeRender() - APP/Controller/AppController.php, line 63
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/ippa-toolbox/lib/Cake/Utility/Debugger.php:797) [APP/Controller/AppController.php , line 64 ]Code Context header ( "pragma: no-cache" );
header ( "Cache-Control: no-cache, must-revalidate" );
header ( "Expires: Mon, 26 Jul 1997 05:00:00 GMT" );
header - [internal], line ??
AppController::beforeRender() - APP/Controller/AppController.php, line 64
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::render() - CORE/Cake/Controller/Controller.php, line 941
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 92
Toolbox for public participation: Search
$js_files = array(
'js/jquery-ui-1.10.0/jquery-1.9.0.js',
'js/jquery-ui-1.10.0/ui/jquery-ui.js',
'js/ckeditor/ckeditor.js',
);
$http_root = Configure::read('HTTP_ROOT');
foreach($js_files as $js_file) :?>
endforeach ?>
if (Configure::read('CofffeeScript.compile') == true) :?>
else: ?>
endif ?>
;
if ($this -> params['controller'] != 'admin') {
$naviAr = array(
'index' => 'Home',
'toolboxes' => 'Search',
#'contact' => 'Contact'
);
foreach ($naviAr AS $controller => $label) {
$class = ($this -> params['controller'] == $controller) ? ' class="active"' : '';
echo '' . $this -> Html -> link($label, array(
'controller' => $controller,
'action' => 'index'
)) . ' ';
}
if (!empty($extraPagesAr)) {
foreach ($extraPagesAr AS $extraPage) {
$class = ($this -> params['controller'] == 'pages' AND $this -> request -> params['named']['id'] == $extraPage['Page']['id']) ? ' class="active"' : '';
echo '' . $this -> Html -> link($extraPage['Page']['alternative_name'], array(
'controller' => 'extraPages',
'action' => 'index',
'id' => $extraPage['Page']['id']
)) . ' ';
}
}
/* echo '' . $this -> Html -> link('Contact', array(
'controller' => 'contact',
'action' => 'index'
)) . ' ';*/
}
else {
$naviAr = array(
'toolboxes' => 'Toolboxes',
'attributes' => 'Attributes',
'pages' => 'Pages'
);
foreach ($naviAr AS $hash => $label) {
echo '' . $this -> Html -> link($label, array(
'controller' => 'admin',
'action' => 'index',
'#' => $hash
)) . ' ';
}
}
?>
if (isset($marginal) || ($this->params['controller'] == 'toolboxes' AND $this->params['action']=='details')) : ?>
echo $marginal;
if (!empty($contentAr['File'])) {
foreach ($contentAr['File'] AS $file) {
$text = ($file['linktext'] != '') ? $file['linktext'] : 'More Details...';
echo ' '.$this -> html -> link($text, '/files/pages/' . $file['filename'], array('target' => '_blank', 'escape' => false));
}
}
?>
endif?>
echo '
Details for «' . $toolbox['Toolbox']['name'] . '» ';
if ($toolbox['Toolbox']['Tool_Description'] != '') {
echo '
' . nl2br($toolbox['Toolbox']['Tool_Description']) . '
';
}
?>
Attribute
Value
$propertyAr = array();
foreach ($attributes AS $attributeAr) {
foreach ($attributeAr AS $attribute) {
if ($attribute['Attributevalue']["Attribute"]['visible_detail'] == 1) {
$name = ucfirst($attribute['Attributevalue']["Attribute"]["name"]);
$name = str_replace('_', ' ', $name);
$value = $attribute['Attributevalue']['attribute_value'];
if ($name == 'Property') {
$propertyAr[] = trim($value);
}
elseif ($attribute['Attributevalue']["Attribute"]['form_type'] == 'checkbox' OR $attribute['Attributevalue']["Attribute"]['form_type_admin'] == 'checkbox') {
$implodeAr[$name][] = trim($value);
}
else {
echo '' . $name . ' ' . $value . ' ';
}
}
}
}
if (!empty($propertyAr)) {
echo 'Properties ' . implode(' ', $propertyAr) . ' ';
$propertyAr = array();
}
if (!empty($implodeAr)) {
while (list($name, $details) = each($implodeAr)) {
echo '' . $name . ' ' . implode(' ', $details) . ' ';
}
}
?>
if ($toolbox['Toolbox']['Tool_Refs'] != '') {
echo '
References ' . nl2br($toolbox['Toolbox']['Tool_Refs']) . '
';
}
if ($toolbox['Toolbox']['Links'] != '') {
echo '
Links ' . $toolbox['Toolbox']['Links'] . '
';
}
if (isset($toolbox['Casestudy'][0]['name']) AND $toolbox['Casestudy'][0]['name']!='') {
echo '
Case Studies ';
foreach ($toolbox['Casestudy'] AS $caseStudy) {
echo $this -> Html -> link($caseStudy['name'], '/files/' . $caseStudy['filename'], array('target' => '_blank')) . '
';
}
}
echo '
';
if (isset($idAr['prev']) AND (int)$idAr['prev'] > 0) {
echo $this -> Html -> link('Previous Tool', array(
'action' => 'details',
$idAr['prev']
)) . ' | ';
}
echo $this -> Html -> link('Back to Search Results', array('action' => 'index'));
if (isset($idAr['next']) AND (int)$idAr['next'] > 0) {
echo ' | ' . $this -> Html -> link('Next Tool', array(
'action' => 'details',
$idAr['next']
));
}
echo '
';
?>
echo $this -> Html -> image('processing.gif', array('border' => '0')); ?>