Re: CakephpController could not be found

2009-12-07 Thread 00Cake
Thank you Ken!! Well yes, it was because I did not created a controller file. It was not clear in the configuration part of CakePHP cookbook. I am now experiencing the same problem with a model file... I'll follow you advise and do the blog tutorial to understand exactly how the controller, mod

Re: CakephpController could not be found

2009-12-07 Thread 00Cake
What's the point of adding an "s" ? what is the suffix for ? On 6 déc, 12:51, kani wrote: > Maybe you forget 's' suffix > > CakephpsController > { >      var $name ='Cakephp';                           //  Cakephps} > > ?> Check out the new CakePHP Questions site http://cakeqs.org and help othe

Re: CakephpController could not be found

2009-12-06 Thread kdubya
The message you are getting is telling you that you have not setup any kind of app under CakePHP. The URL you provided in your post (http:// localhost/cakephp/) is not a proper URL to access a CakePHP app. If you follow the suggested installation (see http://book.cakephp.org/view/329/Getting-Cake)

Re: CakephpController could not be found

2009-12-06 Thread kani
Maybe you forget 's' suffix Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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.co

Re: CakephpController could not be found

2009-12-06 Thread 00Cake
Hi Piotr, Thank you for answering. The aboslute path to app/webroot is: C:\xampp\htdocs\Cakephp\app\webroot ... On 5 déc, 18:36, Piotr Kilczuk wrote: > Hello, > > > I have decided to create my new website with CakePHP. > > > This experience is already stopped. when I open the > > pagehttp://

Re: CakephpController could not be found

2009-12-05 Thread Piotr Kilczuk
Hello, > I have decided to create my new website with CakePHP. > > This experience is already stopped. when I open the page > http://localhost/cakephp/ > > I have put the cakephp files in C:\xampp\htdocs\CakePHP Seems like you have put it in htdocs... What's the exact (absolute) path to app/webr

CakephpController could not be found

2009-12-05 Thread 00Cake
Hi all, I have decided to create my new website with CakePHP. This experience is already stopped. when I open the page http://localhost/cakephp/ I have the following message: Error: CakephpController could not be found. Error: Create the class CakephpController below in file: app