Hey guys. I''ve a pretty experienced Rails developer, but I''ve never seen this one before. I''m not getting my custom error pages to serve up under Passenger. They worked just fine in an earlier version of my app, but somewhere along the way, they stopped working. Instead, I''m just seeing a blank white screen with no content. There''s nothing in the logs that indicates what''s going on. Any ideas on how to debug? Thanks!
2009/11/1 NewMonarch <jscrawford-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > Hey guys. I''ve a pretty experienced Rails developer, but I''ve never > seen this one before. I''m not getting my custom error pages to serve > up under Passenger. They worked just fine in an earlier version of my > app, but somewhere along the way, they stopped working. Instead, I''m > just seeing a blank white screen with no content. There''s nothing in > the logs that indicates what''s going on.Have you tried viewing the source in the the browser (View, Page source or similar) to see if there is something being sent that is not displayed for some reason such as invalid html. Also you could revert back to previous versions of the app till they work again and see what was changed. Colin> > Any ideas on how to debug? Thanks! > > >
Yeah, I''ve viewed the source. The response is literally an empty string. No content at all. On Nov 1, 8:27 am, Colin Law <clan...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> 2009/11/1 NewMonarch <jscrawf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > Hey guys. I''ve a pretty experienced Rails developer, but I''ve never > > seen this one before. I''m not getting my custom error pages to serve > > up under Passenger. They worked just fine in an earlier version of my > > app, but somewhere along the way, they stopped working. Instead, I''m > > just seeing a blank white screen with no content. There''s nothing in > > the logs that indicates what''s going on. > > Have you tried viewing the source in the the browser (View, Page > source or similar) to see if there is something being sent that is not > displayed for some reason such as invalid html. > > Also you could revert back to previous versions of the app till they > work again and see what was changed. > > Colin > > > > > > > Any ideas on how to debug? Thanks!