I don't think it's problem with your view. I deleted a view in one of my projects, and I got an error saying that the view for my controller couldn't be found. What I get when I look at your web page is the default cake setup. It basically says: "OK, cake is installed. Now build something." What is the name of your controller? You have to put the controller name into the URL. (http://coleg.homelinux.org/vColeg/controller name/ action). Right now, it's showing the default cake page because it doesn't know what controller to use. For instance, if I had a controller called UsersController, I'd put http://coleg.homelinux.org/vColeg/users/index, or http://coleg.homelinux.org/vColeg/users/add.
Let me know what you find out. hydra12 On May 18, 4:19 am, Changoso <[EMAIL PROTECTED]> wrote: > the thing is I do have the controller set correctly.. i suppose > > what i cant seem to configure ollright is the views. > > tha baker is not making the add, edit or view.ctp in the view folder > > On May 17, 7:59 am, hydra12 <[EMAIL PROTECTED]> wrote: > > > What is the name of your controller? Most cake projects work like > > this:http://www.mysite.com/controller/action. You don't have to do > > it this way, but to change it you have to setup some routes, and it > > doesn't sound like you have. From what I can see on your site, you > > either don't have any controllers defined, or your project is not the > > document root of your web server. You might need to give the project > > name first:http://www.mysite.com/project/controller/action. This > > should only be necessary if you aren't using a standard cake install. > > > I hope that helps. > > > hydra12 > > > On May 16, 3:02 am, Changoso <[EMAIL PROTECTED]> wrote: > > > > Hey guys! > > > > I have just baked my project, but it didnt make any add, edit or view > > > archives, it only made the index.ctp. > > > > check, i dyndns so you can see it > > > > the address is: > > > >http://coleg.homelinux.org > > > > as you see if you go into > > > >http://coleg.homelinux.org/admins > > > > for example it will show you the empty db but I cant even add new > > > admins > > > > i tried copying and editng a file i had from a project a friend did > > > (the add.ctp) but i get an error > > > > you can try with tutors and you will get the same result, althugh that > > > doesnt has the add.ctp so if you try to go to /add it will not find > > > it. > > > > how can I fix this? or where could i get more help > > > > thx a lot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---