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' => '25',
'provider_id' => '251',
'title' => 'Test coupon',
'details' => 'Aligning 4 wheels ',
'end_date' => '2015-11-12',
'start_date' => '2014-02-14',
'type' => '7',
'price' => '15',
'code' => '7777777',
'discount' => '20',
'make' => '',
'photo' => '6ffdd5430f0f99b63cf14b8abd3583c2.jpg',
'photo_msg' => '<p><strong>aldo diagnosting</strong></p>',
'photo_width' => '',
'photo_height' => '',
'll' => '',
'created' => '2014-02-14 06:04:57',
'modified' => '2014-02-14 06:05:28',
'active' => '1'
),
'Type' => array(
'id' => '7',
'title' => '4 Wheel Alignment',
'active' => '1',
'created' => '2013-05-20 02:56:22',
'modified' => '2013-05-20 02:56:22'
),
'Company' => array(
'id' => '79',
'provider_id' => '251',
'title' => 'Test company',
'description' => 'Test company profile',
'created' => '2014-02-14 06:00:57',
'modified' => '2014-02-14 06:00:57',
'address' => null,
'phone_services' => '1111111111',
'phone_sales' => '134679',
'phone_parts' => '123456789',
'fax' => '852852',
'email' => 'stdevuser2@gmail.com',
'website' => '',
'll' => '34.0994941,-118.3056159',
'street' => '1552 N Hobart BLVD',
'city' => 'Los Angeles',
'state' => 'California',
'zip' => '90027',
'country' => 'USA',
'phone_sales_new' => '987654321',
'fax2' => '963963'
)
)
)
$u_id = null
$title_for_layout = 'Dealerpon'
$coupon = array(
'Coupon' => array(
'id' => '25',
'provider_id' => '251',
'title' => 'Test coupon',
'details' => 'Aligning 4 wheels ',
'end_date' => '2015-11-12',
'start_date' => '2014-02-14',
'type' => '7',
'price' => '15',
'code' => '7777777',
'discount' => '20',
'make' => '',
'photo' => '6ffdd5430f0f99b63cf14b8abd3583c2.jpg',
'photo_msg' => '<p><strong>aldo diagnosting</strong></p>',
'photo_width' => '',
'photo_height' => '',
'll' => '',
'created' => '2014-02-14 06:04:57',
'modified' => '2014-02-14 06:05:28',
'active' => '1'
),
'Type' => array(
'id' => '7',
'title' => '4 Wheel Alignment',
'active' => '1',
'created' => '2013-05-20 02:56:22',
'modified' => '2013-05-20 02:56:22'
),
'Company' => array(
'id' => '79',
'provider_id' => '251',
'title' => 'Test company',
'description' => 'Test company profile',
'created' => '2014-02-14 06:00:57',
'modified' => '2014-02-14 06:00:57',
'address' => null,
'phone_services' => '1111111111',
'phone_sales' => '134679',
'phone_parts' => '123456789',
'fax' => '852852',
'email' => 'stdevuser2@gmail.com',
'website' => '',
'll' => '34.0994941,-118.3056159',
'street' => '1552 N Hobart BLVD',
'city' => 'Los Angeles',
'state' => 'California',
'zip' => '90027',
'country' => 'USA',
'phone_sales_new' => '987654321',
'fax2' => '963963'
)
) 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();
?>