Notice (8): Undefined index: shop_name [APP/Controller/CustomersController.php, line 48]Code Context $shop = $this->Customer->find('first', array(
'conditions' => array(
'Customer.shop_name' => $data['shop_name']
$data = array()
CustomersController::preference() - APP/Controller/CustomersController.php, line 48
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: Customer [APP/Controller/CustomersController.php, line 53]Code Context ));
if($shop['Customer']['token'] == '') $shop['Preference']['uninstalled'] = true;
$data = array()
$shop = array()
CustomersController::preference() - APP/Controller/CustomersController.php, line 53
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
{"uninstalled":true}