Notice (8) : Undefined variable: used [APP/View/Coupons/coupon_view.ctp , line 186 ]Code Context <?php echo $this -> Form -> input ( 'id' , array( 'type' => 'hidden' ));
?>
<?php if( $used == 'no' ){ ?>
$viewFile = '/var/www/apps/old/coupons/public_html/app/View/Coupons/coupon_view.ctp'
$dataForView = array(
'u_id' => null,
'title_for_layout' => 'Dealerpon',
'coupon' => array(
'Coupon' => array(
'id' => '21',
'provider_id' => '235',
'title' => 'New peugeot',
'details' => 'details',
'end_date' => '2014-11-18',
'start_date' => '2013-11-18',
'type' => '9',
'price' => '85',
'code' => '5678',
'discount' => '',
'make' => 'New',
'photo' => '9912d533d40af364b2476608610dfd3c.jpg',
'photo_msg' => '<p><span style="color: #ff0000;">Fast</span> car</p>',
'photo_width' => '450',
'photo_height' => '',
'll' => '',
'created' => '2013-11-18 13:52:46',
'modified' => '2013-11-18 13:52:46',
'active' => '1'
),
'Type' => array(
'id' => '9',
'title' => 'Fluid Exchange Services',
'active' => '1',
'created' => '2013-05-20 02:57:06',
'modified' => '2013-05-20 02:57:06'
),
'Company' => array(
'id' => '74',
'provider_id' => '235',
'title' => 'New audi',
'description' => 'This company......',
'created' => '2013-11-18 13:43:52',
'modified' => '2013-11-18 13:43:52',
'address' => null,
'phone_services' => '111-111',
'phone_sales' => '444-444',
'phone_parts' => '222-222',
'fax' => '+4645 45656',
'email' => 'audi@audi.com',
'website' => 'https://audi.com',
'll' => '38.908526,-77.0360419',
'street' => '16th St NW',
'city' => 'DC',
'state' => 'Washington',
'zip' => '23',
'country' => 'USA',
'phone_sales_new' => '333-333',
'fax2' => '+465456 78798'
)
)
)
$u_id = null
$title_for_layout = 'Dealerpon'
$coupon = array(
'Coupon' => array(
'id' => '21',
'provider_id' => '235',
'title' => 'New peugeot',
'details' => 'details',
'end_date' => '2014-11-18',
'start_date' => '2013-11-18',
'type' => '9',
'price' => '85',
'code' => '5678',
'discount' => '',
'make' => 'New',
'photo' => '9912d533d40af364b2476608610dfd3c.jpg',
'photo_msg' => '<p><span style="color: #ff0000;">Fast</span> car</p>',
'photo_width' => '450',
'photo_height' => '',
'll' => '',
'created' => '2013-11-18 13:52:46',
'modified' => '2013-11-18 13:52:46',
'active' => '1'
),
'Type' => array(
'id' => '9',
'title' => 'Fluid Exchange Services',
'active' => '1',
'created' => '2013-05-20 02:57:06',
'modified' => '2013-05-20 02:57:06'
),
'Company' => array(
'id' => '74',
'provider_id' => '235',
'title' => 'New audi',
'description' => 'This company......',
'created' => '2013-11-18 13:43:52',
'modified' => '2013-11-18 13:43:52',
'address' => null,
'phone_services' => '111-111',
'phone_sales' => '444-444',
'phone_parts' => '222-222',
'fax' => '+4645 45656',
'email' => 'audi@audi.com',
'website' => 'https://audi.com',
'll' => '38.908526,-77.0360419',
'street' => '16th St NW',
'city' => 'DC',
'state' => 'Washington',
'zip' => '23',
'country' => 'USA',
'phone_sales_new' => '333-333',
'fax2' => '+465456 78798'
)
) include - APP/View/Coupons/coupon_view.ctp, line 186
View::_evaluate() - CORE/Cake/View/View.php, line 947
View::_render() - CORE/Cake/View/View.php, line 909
View::render() - CORE/Cake/View/View.php, line 471
Controller::render() - CORE/Cake/Controller/Controller.php, line 948
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 118
echo $this->Form->end();
?>