Re: Django Flatpages With Memcache as storage location

2007-09-26 Thread Peter Pluta
n approot/templates/ and it still doesn't work. I'm running Django as SCGI, does this make any difference? -- View this message in context: http://www.nabble.com/Django-Flatpages-With-Memcache-as-storage-location-tf4408034.html#a12905932 Sent from the django-users m

Re: Django Flatpages With Memcache as storage location

2007-09-17 Thread scum
OK - fixed it for me, kinda... I was pushing the flatpage content though the textile markup plugin and removing this seemed to fix the 404s. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Django Flatpages With Memcache as storage location

2007-09-17 Thread scum
I'm having the same problem over here - after checking out the latest svn version (6373), my own middleware flat out broke (response object does not have header instance). When I removed that middleware, all my flat pages are throwing 404's. Super weak.

Re: Django Flatpages With Memcache as storage location

2007-09-17 Thread Ross Poulton
Try creating a template called '404.html' (Even if it's empty for starters; but you should put a useful message in there before go-live) and see if your flatpages work with Debug turned off. --~--~-~--~~~---~--~~ You received this message because you are

Re: Django Flatpages With Memcache as storage location

2007-09-16 Thread Peter Pluta
>> >> > > > Any help or suggestions would be greatly appreciated.- Hide quoted >> text - >> >> > > - Show quoted text - >> >> > I've looked at that, all of my urls are /faq/ /tos/ /privacy/ etc. The >> >

Re: Django Flatpages With Memcache as storage location

2007-09-10 Thread Sasha Weberov
On Sep 9, 8:52 pm, Brian Morton <[EMAIL PROTECTED]> wrote: > What happens if you use a simple or dummy cache? > > On Sep 9, 2:51 pm, Sasha Weberov <[EMAIL PROTECTED]> wrote: > > > > > On Sep 9, 6:15 am, Thomas Badran <[EMAIL PROTECTED]> wrote: > > > > My best guess would be that you are missing

Re: Django Flatpages With Memcache as storage location

2007-09-09 Thread Brian Morton
What happens if you use a simple or dummy cache? On Sep 9, 2:51 pm, Sasha Weberov <[EMAIL PROTECTED]> wrote: > On Sep 9, 6:15 am, Thomas Badran <[EMAIL PROTECTED]> wrote: > > > > > My best guess would be that you are missing the / at the start and end > > of the url > > > Tom > > > On Sat,

Re: Django Flatpages With Memcache as storage location

2007-09-09 Thread Sasha Weberov
On Sep 9, 6:15 am, Thomas Badran <[EMAIL PROTECTED]> wrote: > My best guess would be that you are missing the / at the start and end > of the url > > Tom > > > > On Sat, 2007-09-08 at 21:00 -0700, Sasha Weberov wrote: > > All of my flatpage pages throw a 404. If I turn debug on which > >

Re: Django Flatpages With Memcache as storage location

2007-09-09 Thread Thomas Badran
My best guess would be that you are missing the / at the start and end of the url Tom On Sat, 2007-09-08 at 21:00 -0700, Sasha Weberov wrote: > All of my flatpage pages throw a 404. If I turn debug on which > disabled cacheing they re-appear. I've tried restarting memcached and > my SCGI server

Django Flatpages With Memcache as storage location

2007-09-08 Thread Sasha Weberov
All of my flatpage pages throw a 404. If I turn debug on which disabled cacheing they re-appear. I've tried restarting memcached and my SCGI server as well as Apache and it did nothing. I've also svn'd the latest Django trunk; the problem still persists. Anyone got any idea what can possibly be