Re: Odd 404 error on Textdrive with Lighty

2007-08-21 Thread David Merwin
For prosperities sake I will finish out what was causing the issue. RajeshD pointed out that the media url was being mapped directly to lighty. Which it was. So I moved all static media to a dir called 'static' and removed the line in the lighty vhost that maps media to lighty. Now it all works

Re: Odd 404 error on Textdrive with Lighty

2007-08-20 Thread RajeshD
On Aug 20, 7:53 pm, "David Merwin" <[EMAIL PROTECTED]> wrote: > http://stpaulswired.org/media/audio/2007/aug/05/straight-from-t/is > teh main one and then derivitaves of the same: > > http://stpaulswired.org/media/audio/2007/aug/05/http://stpaulswired.org/media/audio/2007/aug/ > > Thanks so much

Re: Odd 404 error on Textdrive with Lighty

2007-08-20 Thread David Merwin
http://stpaulswired.org/media/audio/2007/aug/05/straight-from-t/ is teh main one and then derivitaves of the same: http://stpaulswired.org/media/audio/2007/aug/05/ http://stpaulswired.org/media/audio/2007/aug/ Thanks so much for the help. On 8/20/07, RajeshD <[EMAIL PROTECTED]> wrote: > > > > O

Re: Odd 404 error on Textdrive with Lighty

2007-08-20 Thread RajeshD
On Aug 20, 6:11 pm, "David Merwin" <[EMAIL PROTECTED]> wrote: > Fixed the 404 template and 500 templates. > > Here is the site wide URLS:http://dpaste.com/hold/17376/ > > Here is the object URLS:http://dpaste.com/hold/17375/ A couple of URLs that give you the 404 error? --~--~-~--~---

Re: Odd 404 error on Textdrive with Lighty

2007-08-20 Thread David Merwin
Fixed the 404 template and 500 templates. Here is the site wide URLS: http://dpaste.com/hold/17376/ Here is the object URLS: http://dpaste.com/hold/17375/ Lemme know what you see. Just emailed, textdrive. They do not think it is memory related. Thanks, Dave On 8/20/07, RajeshD <[EMAIL PROTEC

Re: Odd 404 error on Textdrive with Lighty

2007-08-20 Thread RajeshD
Hi Dave, > line 72, in find_template_source > raise TemplateDoesNotExist, name > TemplateDoesNotExist: 404.html This is really saying that you do not have a 404.html template defined. Just create a simple 404.html file at the base of your template dir path and add a simple message to it. Th

Odd 404 error on Textdrive with Lighty

2007-08-20 Thread David Merwin
I have textdrive account with lightty and flup running. The blog section works great. No problems. However, the audio media (and I suspect other elemets of the same app) generic views are throwing an odd 404 error. It seems that the system is not getting to the django debug. However, it is showin