How are you setting the action of the form?

You might try

<form action="<?php echo $html->url('/users/register')?>" ...

if your not already using a helper function


On May 18, 2:03 pm, chrisdaems <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I installed CAKEPHP yesterday. The installation went OK and I can
> connect to a database. I also tried to follow the manual provided by
> IBM. The first example explained a registration form, but I can't get
> it to work. I don't have a problem with accessing the application by
> typinghttp://localhost/cake/users/register.
> The registration form appears and I can start fill in the form. But
> whenever I fill in the form and try to submit, the program tries to
> access localhost/users/register and a message "file not found"
> appears.
>
> My OS is windows XP prof
> I installed WAMP
> the mod_rewrite module is enabled
> directory is as follows
> <Directory />
>     Options FollowSymLinks
>     AllowOverride all
>     Order deny,allow
>     allow from all
>     Satisfy all
> </Directory>
>
> Did I missed something or does anyone know how to do a proper
> installation on Windows XP.
>
> Many thanks,
> Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to