Notice (8): Trying to access array offset on value of type bool [APP/View/Transactions/view.ctp, line 3]Code Context<?php header('Access-Control-Allow-Origin: *'); ?>
<div class="transactions view">
<h2>Transactions for <?php echo $pilot['Pilot']['name']; ?></h2>
$viewFile = '/home/tsaunders/rtf16/app/View/Transactions/view.ctp' $dataForView = array( 'pilot' => false, 'transactions' => array(), 'admin' => null ) $pilot = false $transactions = array() $admin = nullinclude - APP/View/Transactions/view.ctp, line 3 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 107
Notice (8): Trying to access array offset on value of type null [APP/View/Transactions/view.ctp, line 3]Code Context<?php header('Access-Control-Allow-Origin: *'); ?>
<div class="transactions view">
<h2>Transactions for <?php echo $pilot['Pilot']['name']; ?></h2>
$viewFile = '/home/tsaunders/rtf16/app/View/Transactions/view.ctp' $dataForView = array( 'pilot' => false, 'transactions' => array(), 'admin' => null ) $pilot = false $transactions = array() $admin = nullinclude - APP/View/Transactions/view.ctp, line 3 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 107
Category | Description | Date | Added by |
---|
Notice (8): Trying to access array offset on value of type bool [APP/View/Transactions/view.ctp, line 33]Code Context<div class="list-group">
<?php echo $this->Html->link('View pilot',
array('controller' => 'pilots', 'action' => 'view', $pilot['Pilot']['id']),
$viewFile = '/home/tsaunders/rtf16/app/View/Transactions/view.ctp' $dataForView = array( 'pilot' => false, 'transactions' => array(), 'admin' => null ) $pilot = false $transactions = array() $admin = nullinclude - APP/View/Transactions/view.ctp, line 33 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 107
Notice (8): Trying to access array offset on value of type null [APP/View/Transactions/view.ctp, line 33]View pilotCode Context<div class="list-group">
<?php echo $this->Html->link('View pilot',
array('controller' => 'pilots', 'action' => 'view', $pilot['Pilot']['id']),
$viewFile = '/home/tsaunders/rtf16/app/View/Transactions/view.ctp' $dataForView = array( 'pilot' => false, 'transactions' => array(), 'admin' => null ) $pilot = false $transactions = array() $admin = nullinclude - APP/View/Transactions/view.ctp, line 33 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 107
Built with CakePHP and Bootstrap by GN Pickled Yoda.