Just learning Cake PHP - Top & Bottom Banners Missing

View: New views
7 Messages — Rating Filter:   Alert me  

Just learning Cake PHP - Top & Bottom Banners Missing

by Peter Jones :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

I'm learning Cake with the PACKT Publishing book 'CakePHP Application
Development', and all the screenshots show a nice 'Cake' banner top
and bottom of the page.

However with the version I am using 'Downloaded 5th November 2009', I
have got as far as downloading, copying to my webserver and displaying
the index page, the nice top and bottom banner are not there.

Am I doing something wrong?

Kind regards

Peter Jones

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by centr0 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


are you saying there is no css styling on the default page?

On Nov 6, 5:57 am, JonesyPeter <jonesype...@...> wrote:

> Hi,
>
> I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> Development', and all the screenshots show a nice 'Cake' banner top
> and bottom of the page.
>
> However with the version I am using 'Downloaded 5th November 2009', I
> have got as far as downloading, copying to my webserver and displaying
> the index page, the nice top and bottom banner are not there.
>
> Am I doing something wrong?
>
> Kind regards
>
> Peter Jones
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by Jonathan-198 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Peter,
It sounds like mod_rewrite isn't working correctly on your webserver.
I had the same problem, and never realized it. The default CakePHP
screen should have the banners. What server OS are you running? I had
to turn mod_rewrite on for my Ubuntu 8.10 box.

Jonathan

On Nov 6, 8:57 am, JonesyPeter <jonesype...@...> wrote:

> Hi,
>
> I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> Development', and all the screenshots show a nice 'Cake' banner top
> and bottom of the page.
>
> However with the version I am using 'Downloaded 5th November 2009', I
> have got as far as downloading, copying to my webserver and displaying
> the index page, the nice top and bottom banner are not there.
>
> Am I doing something wrong?
>
> Kind regards
>
> Peter Jones

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by Peter Jones :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Yes. I am using zend server at localhost:100 as port 80 is used by
IIS.

Many thanks



On Nov 6, 4:44 pm, centr0 <centrosc...@...> wrote:

> are you saying there is no css styling on the default page?
>
> On Nov 6, 5:57 am, JonesyPeter <jonesype...@...> wrote:
>
>
>
> > Hi,
>
> > I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> > Development', and all the screenshots show a nice 'Cake' banner top
> > and bottom of the page.
>
> > However with the version I am using 'Downloaded 5th November 2009', I
> > have got as far as downloading, copying to my webserver and displaying
> > the index page, the nice top and bottom banner are not there.
>
> > Am I doing something wrong?
>
> > Kind regards
>
> > Peter Jones- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by Peter Jones :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Yes. I am using zend server at localhost:100 as port 80 is used by
IIS.

Many thanks



On Nov 6, 4:44 pm, centr0 <centrosc...@...> wrote:

> are you saying there is no css styling on the default page?
>
> On Nov 6, 5:57 am, JonesyPeter <jonesype...@...> wrote:
>
>
>
> > Hi,
>
> > I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> > Development', and all the screenshots show a nice 'Cake' banner top
> > and bottom of the page.
>
> > However with the version I am using 'Downloaded 5th November 2009', I
> > have got as far as downloading, copying to my webserver and displaying
> > the index page, the nice top and bottom banner are not there.
>
> > Am I doing something wrong?
>
> > Kind regards
>
> > Peter Jones- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by Peter Jones :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Its Windows Vista, with Zend Server installed.

Thanks

On Nov 6, 7:22 pm, Jonathan <wa0...@...> wrote:

> Peter,
> It sounds like mod_rewrite isn't working correctly on your webserver.
> I had the same problem, and never realized it. The default CakePHP
> screen should have the banners. What server OS are you running? I had
> to turn mod_rewrite on for my Ubuntu 8.10 box.
>
> Jonathan
>
> On Nov 6, 8:57 am, JonesyPeter <jonesype...@...> wrote:
>
> > Hi,
>
> > I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> > Development', and all the screenshots show a nice 'Cake' banner top
> > and bottom of the page.
>
> > However with the version I am using 'Downloaded 5th November 2009', I
> > have got as far as downloading, copying to my webserver and displaying
> > the index page, the nice top and bottom banner are not there.
>
> > Am I doing something wrong?
>
> > Kind regards
>
> > Peter Jones
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Just learning Cake PHP - Top & Bottom Banners Missing

by Peter Jones :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Sorted!  After an evening on Google it was 'AllowOverride' was not set
on http.conf

Many thanks

Back to the book now!

On Nov 7, 8:49 pm, JonesyPeter <jonesype...@...> wrote:

> Hi,
>
> Its Windows Vista, with Zend Server installed.
>
> Thanks
>
> On Nov 6, 7:22 pm, Jonathan <wa0...@...> wrote:
>
> > Peter,
> > It sounds like mod_rewrite isn't working correctly on your webserver.
> > I had the same problem, and never realized it. The default CakePHP
> > screen should have the banners. What server OS are you running? I had
> > to turn mod_rewrite on for my Ubuntu 8.10 box.
>
> > Jonathan
>
> > On Nov 6, 8:57 am, JonesyPeter <jonesype...@...> wrote:
>
> > > Hi,
>
> > > I'm learning Cake with the PACKT Publishing book 'CakePHP Application
> > > Development', and all the screenshots show a nice 'Cake' banner top
> > > and bottom of the page.
>
> > > However with the version I am using 'Downloaded 5th November 2009', I
> > > have got as far as downloading, copying to my webserver and displaying
> > > the index page, the nice top and bottom banner are not there.
>
> > > Am I doing something wrong?
>
> > > Kind regards
>
> > > Peter Jones
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@...
To unsubscribe from this group, send email to cake-php+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---