Re: model & controller plur problem...

2006-06-26 Thread cakeshop
Hello AD7six... I have been a baker for some times but I just joined the group. It's nice to meet you and other bakers here. Thinking about openning my own "cakeshop" someday... ;) I mean a cakephp developer. AD7six wrote: > Hi Vladiq, > > I donĀ“t know why it would be di

Re: model & controller plur problem...

2006-06-26 Thread cakeshop
Make sure that your controller's file name is stoves_controller.php and it starts with class StovesController extends AppController { var $name = 'Stoves'; ... and your model's file name is stove.php and it starts with class Stove extends AppModel { var $name = 'Stove'; Hope this

Re: Web host doesn't use AllowOverride

2006-06-25 Thread cakeshop
Zach Cox, have you been able to solve your problem? If not, please refer to this thread: http://groups.google.com/group/cake-php/browse_thread/thread/e86def1583d50760/0f4bc3ae1402d278 Hope that helps. Thanks. --~--~-~--~~~---~--~~ You received this message becau

Re: mod_rewrite on Netfirms

2006-06-25 Thread cakeshop
I have found a way to make the cakephp nice url link works properly (at least in my case). I edited html.php file located at cake/libs/view/helpers/ on line 132 : $base = strip_plugin($this->base, $this->plugin); I changed it to $base = '/index.php'; I am not sure if this is a proper work-aroun

Re: mod_rewrite on Netfirms

2006-06-25 Thread cakeshop
Thanks for your reply Grant Cox. I have read your post on the other thread as well. Tried your suggestion but it won't solve my problem :( Considering to give up mod_rewrite and just use cakephp nice url but then I have problem with the incorrect link. When I am at let's say index.php/thread/edi

mod_rewrite on Netfirms

2006-06-25 Thread cakeshop
Is there anyone here has a cakephp installed on Netfirms with mod_rewrite enabled? I tried to setup a cakephp on Netfirms and need some helps to get the mod_rewrite running properly. Here is my url: http://devindoz.com By default (without modifying anything on .htaccess file) I got this error me