Warning (2): Missing argument 2 for ShopsController::product() [APP/Controller/ShopsController.php, line 111]Code Context
public function product($name=null,$id)
$name = '554a77f0-0800-4f4f-88dd-4d856aba72de'
ShopsController::product() - APP/Controller/ShopsController.php, line 111
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108
Notice (8): Undefined variable: id [APP/Controller/ShopsController.php, line 116]Code Context $this->layout = 'main';
if($id == null){
$name = '554a77f0-0800-4f4f-88dd-4d856aba72de'
ShopsController::product() - APP/Controller/ShopsController.php, line 116
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108