Just learning Cake PHP - Top & Bottom Banners Missing

7 messages Options
Embed this post
Permalink
JonesyPeter

Just learning Cake PHP - Top & Bottom Banners Missing

Reply Threaded More More options
Print post
Permalink

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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

centr0

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

Reply Threaded More More options
Print post
Permalink

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

On Nov 6, 5:57 am, JonesyPeter <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Jonathan-11

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by JonesyPeter

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 <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

JonesyPeter

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by centr0

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 <[hidden email]> wrote:

> are you saying there is no css styling on the default page?
>
> On Nov 6, 5:57 am, JonesyPeter <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

JonesyPeter

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by centr0

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 <[hidden email]> wrote:

> are you saying there is no css styling on the default page?
>
> On Nov 6, 5:57 am, JonesyPeter <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

JonesyPeter

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by Jonathan-11

Hi,

Its Windows Vista, with Zend Server installed.

Thanks

On Nov 6, 7:22 pm, Jonathan <[hidden email]> 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 <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

JonesyPeter

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

Reply Threaded More More options
Print post
Permalink

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 <[hidden email]> wrote:

> Hi,
>
> Its Windows Vista, with Zend Server installed.
>
> Thanks
>
> On Nov 6, 7:22 pm, Jonathan <[hidden email]> 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 <[hidden email]> 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 [hidden email]
To unsubscribe from this group, send email to [hidden email]
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---