[symfony-users] Re: sfRenderException

2009-12-17 Thread cbsi.cnb
do not return anything, so symfony presumes Success - that is why > it is looking for your Success template. > > On Wed, Dec 16, 2009 at 22:04, cbsi.cnb wrote: > >  public function executeError404($request) > >  { > > >        header("HTTP/1.0 404 Not F

[symfony-users] Re: sfRenderException

2009-12-17 Thread cbsi.cnb
do not return anything, so symfony presumes Success - that is why > it is looking for your Success template. > > On Wed, Dec 16, 2009 at 22:04, cbsi.cnb wrote: > >  public function executeError404($request) > >  { > > >        header("HTTP/1.0 404 Not F

[symfony-users] Re: sfRenderException

2009-12-17 Thread cbsi.cnb
is why > it is looking for your Success template. > > On Wed, Dec 16, 2009 at 22:04, cbsi.cnb wrote: > >  public function executeError404($request) > >  { > > >        header("HTTP/1.0 404 Not Found"); > > >        echo file_get_contents('http:

[symfony-users] sfRenderException

2009-12-16 Thread cbsi.cnb
There are errors being logged in Apache's php_error.log with the following: PHP Fatal error: Uncaught exception 'sfRenderException' with message 'The template "error404Success.css.tpl" does not exist or is unreadable in "".' I have a directory with the structure as outlined below. --app |