Ok, think I've solved this.

It appears the problem was with the word 'users'.  If I put the
'register' view file in the pages folder instead of the users folder,
I could see it fine, which then led me to rename the whole lot (view,
controller, model, db table).  It now appears to be working fine.

Any ideas why this could be?  Presumably something to do with reserved
words somewhere or other - hosting account (I'm with United Hosting),
or Cake???

Thanks

On Jan 6, 11:03 am, sarahlou <sarah_hi...@btopenworld.com> wrote:
> Thanks.  That would make sense, but the view, controller and model
> files for both apps (i.e. posts and users) are in exactly the same
> place.  I.e. the controller files are in /apps/controllers/, the view
> files are in /apps/views/posts/ & /apps/views/users/ and so on.
>
> I'm using the default file structure for version 1.2, so in the root,
> I have the three Cake folders app, cake and vendors.  Am I missing
> something obvious here?!
>
> On Jan 5, 10:10 pm, Webweave <webwe...@gmail.com> wrote:
>
> > Your app is in a sub-directory, if you want it to be in the root, you
> > need to change your configuration or move the app up a directory.
>
> > Apparently you have the app for posts in the root for that web server,
> > which is why it works with /posts/edit
>
> > On Jan 5, 12:43 pm, sarahlou <sarah_hi...@btopenworld.com> wrote:
>
> > > I'm a newbie to Cake, so bear with me....
>
> > > I've managed to complete the blog tutorial, and now trying the IBM
> > > 'Cook up Websites fast' tutorial.  However, I get a 404 URL not found
> > > error when trying to viewhttp://[domain]/users/register.  I can see
> > > the register view as expected when I 
> > > usehttp://[domain]/app/users/register.
>
> > > What puzzles me is that I could (& still can) see the equivalent from
> > > the blog tutorial (e.g.http://[domain]/posts/edit) with no problem,
> > > and without adding the 'app' bit.
>
> > > Sorry if this is a daft question, but have been puzzling for ages over
> > > it!  Thanks in advance for any help.
--~--~---------~--~----~------------~-------~--~----~
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