Logo

Zum Inhalt springen

WM 2006 Frankfurt/Main

Page not found

Missing Method in TentsController

You are seeing this error because the action rent is not defined in controller TentsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the TentsController::rent() in file : app/controllers/tents_controller.php

<?php
class TentsController extends AppController {
   function rent() {
   }

}
?>



Weitere Links & Informationen

Nach oben springen