Missing Controller
Error:
BVoeding.phpController could not be found.
Error:
Create the class BVoeding.phpController below in file: app/controllers/b_voeding.php_controller.php
<?php
class BVoeding.phpController extends AppController {
var $name = 'BVoeding.php';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp
|