Set your debug to at least 1 and see what the error is telling you then. It
will give you a better idea of what's going on.

On Mon, Jun 21, 2010 at 6:26 AM, Master Ram <ramganga...@gmail.com> wrote:

> Hi..
>
> i have table name called: "promoter_interest_hobbies"
>
> i used the module name: "PromoterInterestHobbies"
>
>                                     module code:
>
>                                     class PromoterInterestHobbie
> extends AppModel {
>
>                                      var $name =
> 'PromoterInterestHobbie';
>
>               controller Name : "promoter_interest_hobbies"
>
>                                     class
> PromoterInterestHobbiesController extends AppController {
>
>                                     var $name =
> "PromoterInterestHobbies";
>
>                                    function val(){
>
>  Note: the val CTP file is placed in the "promoter" folder.
>
> its giving an error:
>
> Not Found
>
> Error: The requested address '/promoter_interest_hobbies/
> promoters_step_three' was not found on this server.
>
> this is my submit function :
>
> e($form->create('PromoterInterestHobbie',
>                                                 array('controller' =>
> 'promoter_interest_hobbies',
>
> 'action' => 'val')));
>
> where i missed out..?
>
> 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.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

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.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to