Hi, 

I used the update script and I get the following error message:

MissingControllerException] Controller class Controller could not be found.

...flags.ctp(8): Object->requestAction('sprachen/getLan...')


The code within the mentioned file is:

$flags = $this->requestAction('sprachen/getLanguages');


I have a Model named Sprachen.php and a Controller called SprachenController.php

class SprachenController extends AppController{


I also checked the AppController to have

App::uses('Controller', 'Controller');

class AppController extends Controller {


What do I have to do now?

Please advice!!


Thanks

Heidi


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to