I'm trying to create a new section on the same level of default "Publication" section, but the result is a blank page with some errors (debug level 2)
Warning (2): Missing argument 1 for AreasController::view(), called in C:\xampp\htdocs\bedita\cake\libs\object.php on line 116 and defined [APP\controllers\modules\areas_controller.php, line 47]
Code
AreasController::view() - APP\controllers\modules\areas_controller.php, line 47
Object::dispatchMethod() - CORE\cake\libs\object.php, line 116
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 227
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 194
[main] - APP\webroot\index.php, line 89
Notice (8): Undefined variable: id [APP\controllers\modules\areas_controller.php, line 49]
Code
AreasController::view() - APP\controllers\modules\areas_controller.php, line 49
Object::dispatchMethod() - CORE\cake\libs\object.php, line 116
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 227
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 194
[main] - APP\webroot\index.php, line 89
Notice (8): Undefined variable: id [APP\controllers\modules\areas_controller.php, line 50]
Code | Context
AreasController::view() - APP\controllers\modules\areas_controller.php, line 50
Object::dispatchMethod() - CORE\cake\libs\object.php, line 116
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 227
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 194
[main] - APP\webroot\index.php, line 89
Fatal error: Class name must be a valid object or a string in C:\xampp\htdocs\bedita\cake\libs\class_registry.php on line 140
How to solve the problem?
tnx
nelson

