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' => '23',
'provider_id' => '233',
'title' => 'afa',
'details' => 'asdf',
'end_date' => '2028-01-07',
'start_date' => '2013-12-20',
'type' => '7',
'price' => '1',
'code' => 'as',
'discount' => '',
'make' => 'bmw',
'photo' => '',
'photo_msg' => '',
'photo_width' => '',
'photo_height' => '',
'll' => '',
'created' => '2013-11-21 19:26:34',
'modified' => '2013-12-20 21:24:17',
'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' => '73',
'provider_id' => '233',
'title' => 'Audi of Downtown L.A.',
'description' => 'Audi in Downtown.',
'created' => '2013-11-19 06:47:44',
'modified' => '2013-11-19 06:47:44',
'address' => '1900 S Figueroa St, Los Angeles, CA 90007',
'phone_services' => '',
'phone_sales' => '',
'phone_parts' => '',
'fax' => '',
'email' => 'qdong333+laa@gmail.com',
'website' => 'http://www.cars.com/dealers/1140/audi-of-downtown-la/',
'll' => '34.0335868,-118.2718876',
'street' => '1900 S Figueroa St',
'city' => 'Los Angeles',
'state' => 'CA',
'zip' => '90007',
'country' => 'USA',
'phone_sales_new' => '',
'fax2' => ''
)
)
)
$u_id = null
$title_for_layout = 'Dealerpon'
$coupon = array(
'Coupon' => array(
'id' => '23',
'provider_id' => '233',
'title' => 'afa',
'details' => 'asdf',
'end_date' => '2028-01-07',
'start_date' => '2013-12-20',
'type' => '7',
'price' => '1',
'code' => 'as',
'discount' => '',
'make' => 'bmw',
'photo' => '',
'photo_msg' => '',
'photo_width' => '',
'photo_height' => '',
'll' => '',
'created' => '2013-11-21 19:26:34',
'modified' => '2013-12-20 21:24:17',
'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' => '73',
'provider_id' => '233',
'title' => 'Audi of Downtown L.A.',
'description' => 'Audi in Downtown.',
'created' => '2013-11-19 06:47:44',
'modified' => '2013-11-19 06:47:44',
'address' => '1900 S Figueroa St, Los Angeles, CA 90007',
'phone_services' => '',
'phone_sales' => '',
'phone_parts' => '',
'fax' => '',
'email' => 'qdong333+laa@gmail.com',
'website' => 'http://www.cars.com/dealers/1140/audi-of-downtown-la/',
'll' => '34.0335868,-118.2718876',
'street' => '1900 S Figueroa St',
'city' => 'Los Angeles',
'state' => 'CA',
'zip' => '90007',
'country' => 'USA',
'phone_sales_new' => '',
'fax2' => ''
)
) 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();
?>