Stack trace says this . A nd i think there is some problem here,
 APP\webroot\index.php line 96 → Dispatcher->dispatch(CakeRequest,
CakeResponse)

        App::uses('Dispatcher', 'Routing');

        $Dispatcher = new Dispatcher();
        $Dispatcher->dispatch(new CakeRequest(), new
CakeResponse(array('charset' => Configure::read('App.encoding'))));

    object(CakeRequest) {
        params => array(
        )
        data => array()
        query => array()
        url => 'Posts/hello_world'
        base => '/tut_blog'
        webroot => '/tut_blog/'
        here => '/tut_blog/Posts/hello_world'
    }
    object(CakeResponse) {

    }



On Wed, Apr 11, 2012 at 1:16 AM, Dave D <[email protected]> wrote:

> If it's showing absolutely nothing, this could be a case where your
> version of PHP isn't up to date.  The newer versions of CakePHP need
> 5.2.8+.  I've tested with 5.1.x and nothing shows up.
>
> Unfortunately, this means that older versions of Centos (5.x) and
> probably RHEL do not come with a version of PHP high enough to run
> CakePHP 2.x.
>
> Hope this helps.
>
> On Apr 8, 1:10 pm, INTERNET DATA CENTRE <[email protected]> wrote:
> > i have done that part already .i even copy pasted the code but web
> > browser dosent show anything
> > i tried to give different paths e,g including index,php in browser adress
> > like
> > localhost/cakeblog/index.php/posts/hello_world
> >
> > On 4/8/12, kdubya <[email protected]> wrote:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Start with the Blog tutorial. Follow it step-by-step.
> >
> > >http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html
> >
> > > On Sunday, April 8, 2012 8:02:47 AM UTC-4, masoodi wrote:
> >
> > >> Dear friends ,
> >
> > >>        I am new to cake . I have installed it .Now after installation
> what
> >
> > >> shall be our first action.i mean to say what have we to do after
> > >> installation.It shows me a blank screen when i try to see my blog.
> > >> My database name is cakeBlogs and table name Posts. what shall i do
> now to
> >
> > >> design a website .
> >
> > >> Thanks with regards
> > >>  Masoodi
> >
> > > --
> > > Our newest site for the community: CakePHP Video Tutorials
> > >http://tv.cakephp.org
> > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
> > > others with their CakePHP related questions.
> >
> > > To unsubscribe from this group, send email to
> > > [email protected] For more options, visit this
> group at
> > >http://groups.google.com/group/cake-php
> >
> > --
> > *Thanks
> > Imtiyaz Nabi Masoodi
> > Fast track Executive Affiliate
> > Booster Club Member*
> > * **http://www.earnonlineparttimejobs.com/?id=232501*
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
*Thanks
Imtiyaz Nabi Masoodi
Fast track Executive Affiliate
Booster Club Member*
* ** http://www.earnonlineparttimejobs.com/?id=232501 *

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to