Re: Problems to get cake running

2006-12-18 Thread D.Pape

Great! :o)

Cheers, Daniel


moonraker schrieb:
> Hi,
>
> ok, got you! Now it's working...
>
>
> Thanks
>
>
> D.Pape wrote:
>   
>> Hi.
>>
>> Check the cakephp manual and start reading at the beginning!!! It seems 
>> you have read it not properly.
>> You have to call the controller (http://localhost/posts/) and not the 
>> view (http://localhost/app/view/posts/index).
>>
>> For example:
>> "A view is a page template, usually named after an action. For example, 
>> the view for *PostsController::add()* would be found at 
>> */app/views/posts/add.thtml*."
>>
>>
>> Cheers, Daniel
>>
>>
>> moonraker schrieb:
>> 
>>> Hi guys,
>>>
>>> i'm very interested in cakephp and tried to get it running on my local
>>> webserver (a xampp under winxp).
>>>
>>> I've putted the cake files under localhost/cake so that for example "app"
>>> is
>>> under localhost/cake/app.
>>>
>>>
>>> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
>>> the
>>> tutorial but the application isn't running, i only get the "Missing
>>> controller" information site
>>> (http://img436.imageshack.us/img436/4200/cakenr1.jpg )!
>>>
>>> Is there any other special reason which i have to consider?
>>>
>>> Thanks!
>>>
>>>   
>>>   
>> 
>> 
>
>   


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: Problems to get cake running

2006-12-18 Thread moonraker


Hi,

ok, got you! Now it's working...


Thanks


D.Pape wrote:
> 
> 
> Hi.
> 
> Check the cakephp manual and start reading at the beginning!!! It seems 
> you have read it not properly.
> You have to call the controller (http://localhost/posts/) and not the 
> view (http://localhost/app/view/posts/index).
> 
> For example:
> "A view is a page template, usually named after an action. For example, 
> the view for *PostsController::add()* would be found at 
> */app/views/posts/add.thtml*."
> 
> 
> Cheers, Daniel
> 
> 
> moonraker schrieb:
>> Hi guys,
>>
>> i'm very interested in cakephp and tried to get it running on my local
>> webserver (a xampp under winxp).
>>
>> I've putted the cake files under localhost/cake so that for example "app"
>> is
>> under localhost/cake/app.
>>
>>
>> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
>> the
>> tutorial but the application isn't running, i only get the "Missing
>> controller" information site
>> (http://img436.imageshack.us/img436/4200/cakenr1.jpg )!
>>
>> Is there any other special reason which i have to consider?
>>
>> Thanks!
>>
>>   
> 
> 
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-to-get-cake-running-tf2840522.html#a7930916
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: Problems to get cake running

2006-12-18 Thread D.Pape

Hi.

Check the cakephp manual and start reading at the beginning!!! It seems 
you have read it not properly.
You have to call the controller (http://localhost/posts/) and not the 
view (http://localhost/app/view/posts/index).

For example:
"A view is a page template, usually named after an action. For example, 
the view for *PostsController::add()* would be found at 
*/app/views/posts/add.thtml*."


Cheers, Daniel


moonraker schrieb:
> Hi guys,
>
> i'm very interested in cakephp and tried to get it running on my local
> webserver (a xampp under winxp).
>
> I've putted the cake files under localhost/cake so that for example "app" is
> under localhost/cake/app.
>
>
> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed the
> tutorial but the application isn't running, i only get the "Missing
> controller" information site
> (http://img436.imageshack.us/img436/4200/cakenr1.jpg )!
>
> Is there any other special reason which i have to consider?
>
> Thanks!
>
>   


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Problems to get cake running

2006-12-18 Thread moonraker


Hi guys,

i'm very interested in cakephp and tried to get it running on my local
webserver (a xampp under winxp).

I've putted the cake files under localhost/cake so that for example "app" is
under localhost/cake/app.


Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed the
tutorial but the application isn't running, i only get the "Missing
controller" information site
(http://img436.imageshack.us/img436/4200/cakenr1.jpg )!

Is there any other special reason which i have to consider?

Thanks!

-- 
View this message in context: 
http://www.nabble.com/Problems-to-get-cake-running-tf2840522.html#a7930519
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: Problems to get cake running

2006-12-15 Thread sumanpaul

the above explanation are enough I guess just a small adition. the
files in View folder can  be shown directly, cake renders them. webroot
is the folder where actually the server lands in.
so basically if you put some file in webroot folder you should be able
to access it typing the url in browser.
For example ..u keep a file foo.html in /cake/app/webroot/foo.html in
browser you would be able to access the page by typing
http://localhost/cake/foo.html

:) hope that helps ...happy baking!!!
Suman


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: Problems to get cake running

2006-12-15 Thread Jon M.

Make sure you have enabled the rewrite module in your httpd.conf.

\xampp\apache\conf\httpd.conf ...  around LINE 118 just delete the #
infront of the line.

That should do it.

- J

On Dec 15, 2:48 pm, "moonraker" <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> i'm very interested in cakephp and tried to get it running on my local
> webserver (a xampp under winxp).
>
> I've putted the cake files under localhost/cake so that for example
> "app" is under localhost/cake/app.
>
> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
> the tutorial but the application isn't running, i only get the "Missing
> controller" information site 
> (http://img436.imageshack.us/img436/4200/cakenr1.jpg)!
>
> Is there any other special reason which i have to consider?
> 
> Thanks!


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Re: Problems to get cake running

2006-12-15 Thread John David Anderson (_psychic_)


On Dec 15, 2006, at 3:48 PM, moonraker wrote:

>
> Hi guys,
>
> i'm very interested in cakephp and tried to get it running on my local
> webserver (a xampp under winxp).
>
> I've putted the cake files under localhost/cake so that for example
> "app" is under localhost/cake/app.
>
>
> Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
> the tutorial but the application isn't running, i only get the  
> "Missing
> controller" information site (
> http://img436.imageshack.us/img436/4200/cakenr1.jpg )!
>
> Is there any other special reason which i have to consider?

The URL should be:

http://localhost/cake/posts/ (if you're using mod_rewrite)
or
http://localhost/cake/index.php/posts/ (if you aren't. Make sure to  
tell /app/config/core.php if you aren't.)

Try that.

-- John

--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---



Problems to get cake running

2006-12-15 Thread moonraker

Hi guys,

i'm very interested in cakephp and tried to get it running on my local
webserver (a xampp under winxp).

I've putted the cake files under localhost/cake so that for example
"app" is under localhost/cake/app.


Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed
the tutorial but the application isn't running, i only get the "Missing
controller" information site (
http://img436.imageshack.us/img436/4200/cakenr1.jpg )!

Is there any other special reason which i have to consider?

Thanks!


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---