Anno Domini install not working completely

3 messages Options
Embed this post
Permalink
Sherwin

Anno Domini install not working completely

Reply Threaded More More options
Print post
Permalink
I have been able to get the calendar to display but I get 404s when I click on the next or previous month links and when I try to go to the /admin url. Do I need to register ctp with apache? I followed the instructions in the documentation but something is missing
davidgolding

Re: Anno Domini install not working completely

Reply Threaded More More options
Print post
Permalink
Sorry for not getting to your question sooner... I've been swamped with school, forgive me.

If you're getting 404 errors on those links, then your Cake installation has some problems. I'd double-check your Cake installation procedures, then go from there. You shouldn't have to register .ctp with Apache, but if you need to use a different file extension on your setup, you can go into the AppController and set

var $ext = '.txt'

then rename all your views to have this extension.
--Dave

Author, "Beginning CakePHP: From Novice to Professional"

[ get your copy at: http://www.amazon.com/Beginning-CakePHP-Novice-Professional/dp/1430209771/ ]
Sherwin

Re: Anno Domini install not working completely

Reply Threaded More More options
Print post
Permalink
Don't worry about the delay, you need to be focusing first on your schooling (when it can be fit in around your family)
I had cake working for other things but I will dig around some more and see what I can find.
I hope that you and your family are well!!!
Merry Christmas!
Sherwin

"I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant."
--Robert McCloskey


On Thu, Dec 11, 2008 at 6:19 PM, davidgolding (via Nabble) <[hidden email]> wrote:
Sorry for not getting to your question sooner... I've been swamped with school, forgive me.

If you're getting 404 errors on those links, then your Cake installation has some problems. I'd double-check your Cake installation procedures, then go from there. You shouldn't have to register .ctp with Apache, but if you need to use a different file extension on your setup, you can go into the AppController and set

var $ext = '.txt'

then rename all your views to have this extension.
--Dave

Author, "Beginning CakePHP: From Novice to Professional"

[ get your copy at: http://www.amazon.com/Beginning-CakePHP-Novice-Professional/dp/1430209771/ ]