Re: THTML files not working

2006-10-31 Thread barry_normal
Hey guys. Thanks all for the help. I think I need to follow grant's advice. At least I appreciate the general area from which my problems are issuing! All the best BN --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: THTML files not working

2006-10-25 Thread barry_normal
Hi guys. Well, php is running fine. I get the welcome screen from Cake okay. Here's the url: http://192.168.0.2/app/views/posts/index Using just http://192.168.0.2/app gives you the Cake welcome screen Maybe it's some other url I should be using. Controller/action pair you say? I don't mind

Re: THTML files not working

2006-10-25 Thread Chris Hartjes
On 10/25/06, barry_normal [EMAIL PROTECTED] wrote: Hi guys. Well, php is running fine. I get the welcome screen from Cake okay. Here's the url: http://192.168.0.2/app/views/posts/index Well, here's part of your problem. The URL should be http://192.168.0.2/app/posts/index Again, I

RE: THTML files not working

2006-10-25 Thread Grant Davies
files not working On 10/25/06, barry_normal [EMAIL PROTECTED] wrote: Hi guys. Well, php is running fine. I get the welcome screen from Cake okay. Here's the url: http://192.168.0.2/app/views/posts/index Well, here's part of your problem. The URL should be http://192.168.0.2/app/posts/index

Re: THTML files not working

2006-10-24 Thread barry_normal
Thanks Ryan, If I do that though I just get a 404 page. Add .thtml to the file name and I get a window full of code... Does that make sense? Cheers BN --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Re: THTML files not working

2006-10-24 Thread barry_normal
Hello Ryan, Sorry if this turns up twice. It doesn't seem to work first time though.. Anyway. If I do as you suggest, I get a 404 but then, add .thtml to the end of the url and hey presto I get a page full of code. No idea what's going on here. Any help would be great. BN

Re: THTML files not working

2006-10-24 Thread Chris Hartjes
On 10/24/06, barry_normal [EMAIL PROTECTED] wrote: No idea what's going on here. Any help would be great. BN (cranky programmer wakes up to find thread, prepares to answer) First of all, I don't see anywhere in the blog tutorial where you are supposed to be viewing the thtml files. The

Re: THTML files not working

2006-10-24 Thread scott lewis
On 24-Oct-2006, at 05:16, barry_normal wrote: Hello Ryan, Sorry if this turns up twice. It doesn't seem to work first time though.. Anyway. If I do as you suggest, I get a 404 but then, add .thtml to the end of the url and hey presto I get a page full of code. No idea what's going on

THTML files not working

2006-10-23 Thread barry_normal
Hello there, I've just installed CakePHP and have been going along okay with the blog tutorial till I get to viewing the thtml files. I'm running os x 10.4 and using Safari but the thtml files just show me the code when I browse to them. Do I need to enable thtml somewhere? Any help would be

Re: THTML files not working

2006-10-23 Thread [EMAIL PROTECTED]
You shouldn't be browsing to .thtml files; .thtml files go in your views folders and are accessed via the file name w/out the .thtml extension - for example: e:\www\project\app\views\pages\test.thtml is viewed by browsing to http://localhost/project/app/webroot/pages/test or site.com/pages/test