Hi,

I'm following the "Cook up Web sites fast with CakePHP, Part 1"
tutorial.
It's my first experience with CakePHP (I do have some Ruby on Rails
experience).

___ I installed CakePHP,
(locally, using Apache2Triad - in a subdir: "localhost/CakePHP")

___ I created a database "cakephp"

___ I created a table "users":

___ I created the user model, the register view, the users controller
and the register action.

___ When I go to "http://localhost/cakePHP/users/register";, the form I
expected shows up

___ But when I fill it out, and try to submit it, I get an error:
"Object not found",
and the URL becomes: "http://localhost/users/register";, without the
CakePHP dir !!!

What went wrong?  Should I configure a base url?  How do I do that?

Kind regards,

Johan Van Mol


--~--~---------~--~----~------------~-------~--~----~
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