Re: Installing CakePHP -> Missing PrivatController

2008-06-13 Thread Joel Perras
Pardon my previous inarticulate and unhelpful message; I should have learned by now that answering any question past 2am never leads to any good. I agree with Grant in that the most probable reason why you are not seeing the applied CSS on your second machine is a mod_rewrite issue. This question

Re: Installing CakePHP -> Missing PrivatController

2008-06-13 Thread Grant Cox
Because you don't have mod_rewrite (apache module) set up properly on your second computer. The first issue is that something is requesting http://yourapp.localhost/privat , which Cake assumes to be the "index" action of the "privat" controller. I'm not sure what this is - it's something in your

Re: Installing CakePHP -> Missing PrivatController

2008-06-13 Thread [EMAIL PROTECTED]
@Joel: I'm getting cake from the official source. Just clicked on the link on the frontpage of cakephp.org. @Jonathan: You are right. I'm absolutly new in this. I'm trying hard to learn but get some pretty problems yet. But i'll stay on it. I will report if i figured it out. But one question aga

Re: Installing CakePHP -> Missing PrivatController

2008-06-12 Thread Jonathan Snook
Joel, I suspect he's running cake fine. Benny, I think you need to just continue to learn more about CakePHP using the cookbook and move forward in trying to build your application. On Fri, Jun 13, 2008 at 2:24 AM, Joel Perras <[EMAIL PROTECTED]> wrote: > > Sounds to

Re: Installing CakePHP -> Missing PrivatController

2008-06-12 Thread Joel Perras
Sounds to me like you're not getting Cake from cakephp.org; there is no 'PrivatController' in the default Cake installation, and nothing that could possible cause this error. Read the installation chaper in http://book.cakephp.org, and make sure you get the CakePHP sources from the, err, source.

Installing CakePHP -> Missing PrivatController

2008-06-12 Thread [EMAIL PROTECTED]
Good morning developers. While i'm installing cakephp on my pc there comes a little problem. I did it before once on another pc without any problems. What did i do: I downloaded cakephp 1.2 rc1 and unzip it to my webroot folder. I run Apache 2.2.6 with PHP 5.2.5 and MySQL 5.0.51. Then i setup th