Re: Error: ItemsController could not be found.

2009-11-28 Thread NeoWebTech
I am glad that someone is listening to me. thanks :) foongoos is it solved? -- Forwarded message -- From: John Andersen Date: Nov 28, 7:56 pm Subject: Error: ItemsController could not be found. To: CakePHP @NeoWebTech :) I "heard" you, but foongoos not :) Ok, hope

Re: Error: ItemsController could not be found.

2009-11-28 Thread John Andersen
gt; > > In my folder D:/wamp/www/cakephp/app/models, I created a file > > > > > "item.php" > > > > > > > > > class Item extends AppModel > > > > > { > > > > >    var $name = 'Item';} > > > > > > ?> &g

Re: Error: ItemsController could not be found.

2009-11-28 Thread NeoWebTech
; > and in my folder D:/wamp/www/cakephp/app/contollers, I created a file > > > > "items_controller.php" > > > > > > > class ItemsController extends AppController { > > > > >         var $name = 'Items'; > > > >    

Re: Error: ItemsController could not be found.

2009-11-28 Thread John Andersen
;    var $name = 'Item';} > > > > ?> > > > > and in my folder D:/wamp/www/cakephp/app/contollers, I created a file > > > "items_controller.php" > > > > > class ItemsController extends AppController { > >

Re: Error: ItemsController could not be found.

2009-11-28 Thread foongoos
AppController { > > >         var $name = 'Items'; > >         var $scaffold;} > > > ?> > > > When I run  http://localhost/cakephp/items, I get > > Error:  ItemsController could not be found. > > Error:  Create the class ItemsController

Re: Error: ItemsController could not be found.

2009-11-27 Thread David Roda
er.php" > class ItemsController extends AppController { > > var $name = 'Items'; > var $scaffold; > } > ?> > > When I run http://localhost/cakephp/items, I get > Error: ItemsController could not be found. > Error: Create the class Ite

Re: Error: ItemsController could not be found.

2009-11-27 Thread NeoWebTech
cakephp/app/contollers, I created a file > "items_controller.php" > class ItemsController extends AppController { > >         var $name = 'Items'; >         var $scaffold;} > > ?> > > When I run  http://localhost/cakephp/items, I get > Error:  ItemsC

Re: Error: ItemsController could not be found.

2009-11-27 Thread John Andersen
ass ItemsController extends AppController { > >         var $name = 'Items'; >         var $scaffold;} > > ?> > > When I run  http://localhost/cakephp/items, I get > Error:  ItemsController could not be found. > Error:  Create the class ItemsController below in

Error: ItemsController could not be found.

2009-11-27 Thread foongoos
un http://localhost/cakephp/items, I get Error: ItemsController could not be found. Error: Create the class ItemsController below in file: app\controllers \items_controller.php My allowOveride is set to ALL and the load rewrite_module is un commented. I have a feeling my problem lies in the .htaccess