Missing Method in produkte
Error: The action mobileapplikationennews.php is not defined in controller produkte
Error: Create produkte::mobileapplikationennews.php() in file: app/controllers/produkte.php.
<?php
class produkte extends AppController {
var $name = 'Produkte';
function mobileapplikationennews.php() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.