Joel, I suspect he's running cake fine.

Benny, I think you need to just continue to learn more about CakePHP
using the cookbook <http://manual.cakephp.org> 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 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.
>
> -Joel.
>
> On Jun 13, 12:43 am, "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]> wrote:
>> 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to