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