Probably you are not running cakephp from webroot directory.
So register form action path is not working . Open
app/views/users/register.thtml file.

Replace the following line:
<form action="/users/register" method="post">

with .......

<form action="<?=$html->url('/users/register')?>" method="post">

If there is further problem, let me know.

Thanks
Riyadh

On 8/29/07, SIXS <[EMAIL PROTECTED]> wrote:
>
>  Hi,
> Just trying IBM cakephp tutorial
>  Cook up Web sites fast with CakePHP, Part 1: Getting startedand I am
> having trouble adding a record. I get the screen and enter the date. I click
> Register Button and it  it tells me -------
>
>  The requested URL /users/register was not found on this server.
> ------------------------------
> Apache/2.0.59 (Win32) PHP/5.2.3 Server at 127.0.0.1 Port 80 What gives?
> Jim
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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