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 the
default.php for the database connection and create a database named
blog. All this seems to be good. But then...

On my first px i installed it i can now see a fresh designed cakephp
layout with some informations hover on yellow or green background
which tells me that my database connection is good an all these stuff.
BUT on my other pc der comes just black on white text.

So here ist the errormessege:
"CakePHP: the rapid development php framework
Missing Controller

Error: PrivatController could not be found.

Error: Create the class PrivatController below in file: app\controllers
\privat_controller.php

<?php
class PrivatController extends AppController {

        var $name = 'Privat';
}
?>

Notice: If you want to customize this error message, create app\views
\errors\missing_controller.ctp
CakePHP: the rapid development php framework"

Ok i guess, let's create this class. After that text error changes to:
"CakePHP: the rapid development php framework
Missing Database Table

Error: Database table privats for model Privat was not found.

Notice: If you want to customize this error message, create app\views
\errors\missing_table.ctp
CakePHP: the rapid development php framework"

Ok again. I created the table in my database but nothing changes.
What can i do to get it run correctly? Or shoud i ignore it and just
begin to develop my project?

Greetz Ben


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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