Re: HTTP_NOT_FOUND Error?

2007-07-13 Thread voltron
Ok, Thanks! On Jul 12, 12:05 pm, Alexandre CONRAD [EMAIL PROTECTED] wrote: Alexandre CONRAD wrote: This code generates a link, which could result in such error when clicking on it: h.url_for(controller=mycontroller, action=HTTP_NOT_FOUND.html.var) Actually, this doesn't generate a link

HTTP_NOT_FOUND Error?

2007-07-12 Thread voltron
Although the page renders, I get this once in a while when checking the console: URL: http://localhost:5000/error/HTTP_NOT_FOUND.html.var File 'c:\\python24\\lib\\site-packages\\Pylons-0.9.5-py2.4.egg\\pylons\ \error.py', line 225 in respond app_iter = self.application(environ,

Re: HTTP_NOT_FOUND Error?

2007-07-12 Thread voltron
Whoops! I forgot to ask :-)) Has anybody experienced this? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To

Re: HTTP_NOT_FOUND Error?

2007-07-12 Thread voltron
I did some research, its actually a 404, I added a custom error page directive to my apache config and it disappeared, I thought that 404s, 403s and 500s, would be caught by the Pylons error middleware? On Jul 12, 11:06 am, voltron [EMAIL PROTECTED] wrote: Whoops! I forgot to ask :-)) Has

Re: HTTP_NOT_FOUND Error?

2007-07-12 Thread Alexandre CONRAD
voltron wrote: Although the page renders, I get this once in a while when checking the console: [snip] NotImplementedError: Action HTTP_NOT_FOUND.html.var is not implemented You should provide your extra code, like parts of your template and controller where the action happens. I feel