Warning (2): Missing argument 1 for AlsoboughtController::show() [APP/plugins/alsobought/controllers/alsobought_controller.php, line 28]
Code */
function show($product_id, $brand_id = false) {
AlsoboughtController::show() - APP/plugins/alsobought/controllers/alsobought_controller.php, line 28
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
Object::requestAction() - CORE/cake/libs/object.php, line 105
include - APP/plugins/alsobought/views/elements/alsobought.ctp, line 2
View::_render() - CORE/cake/libs/view/view.php, line 648
View::renderElement() - CORE/cake/libs/view/view.php, line 400
View::element() - CORE/cake/libs/view/view.php, line 311
include - APP/views/themed/voimapuoti/products/show.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 650
View::render() - CORE/cake/libs/view/view.php, line 336
Controller::render() - CORE/cake/libs/controller/controller.php, line 712
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 272
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84
Notice (8): Undefined variable: product_id [APP/plugins/alsobought/controllers/alsobought_controller.php, line 30]
Code |
Context$brand_id = false
function show($product_id, $brand_id = false) {
//Configure::write('debug', 2);
$conditions = array('OrderProduct.product_id' => $product_id);
AlsoboughtController::show() - APP/plugins/alsobought/controllers/alsobought_controller.php, line 30
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
Object::requestAction() - CORE/cake/libs/object.php, line 105
include - APP/plugins/alsobought/views/elements/alsobought.ctp, line 2
View::_render() - CORE/cake/libs/view/view.php, line 648
View::renderElement() - CORE/cake/libs/view/view.php, line 400
View::element() - CORE/cake/libs/view/view.php, line 311
include - APP/views/themed/voimapuoti/products/show.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 650
View::render() - CORE/cake/libs/view/view.php, line 336
Controller::render() - CORE/cake/libs/controller/controller.php, line 712
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 272
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84