Re: How to trace a page not showing up?

2014-10-13 Thread Helgi Örn Helgason
Found this in a __init__.py file: HAYSTACK_SEARCH_ENGINE = 'solr' Solr was not running, the Jetty servlet engine is on a seperate server that was not working. The thing is running now and one of the branches on the site is up and running again. Two more to go. :-/ On Friday, 10 October 2014

Re: How to trace a page not showing up?

2014-10-10 Thread Helgi Örn Helgason
Thank's Tom, solr is most probably not running. sudo netstat -lpn | grep java gave nothing at all /Helgi On Friday, 10 October 2014 10:34:35 UTC, Tom Evans wrote: > > On Fri, Oct 10, 2014 at 10:45 AM, Helgi Örn Helgason > wrote: > > > > Thank you Erik and Collin for

Re: How to trace a page not showing up?

2014-10-10 Thread Tom Evans
On Fri, Oct 10, 2014 at 10:45 AM, Helgi Örn Helgason wrote: > > Thank you Erik and Collin for your replies, of which I yet haven't tried > out, perhaps because I don't fully understand them. Like a said; I am a noob > in Django/Python. :-/ > > But I have stumbled upon

Re: How to trace a page not showing up?

2014-10-10 Thread Helgi Örn Helgason
Thank you Erik and Collin for your replies, of which I yet haven't tried out, perhaps because I don't fully understand them. Like a said; I am a noob in Django/Python. :-/ But I have stumbled upon something that could maybe be of help, a thing called solr seems to be causing some problems.

Re: How to trace a page not showing up?

2014-10-07 Thread Collin Anderson
Or raise an exception or use print statements. It could also be that nginx is timing out, but usually it will say that. You could open up the development tools (right click, inspect element) and see what error code the network tab says. -- You received this message because you are subscribed

Re: How to trace a page not showing up?

2014-10-07 Thread Erik Cederstrand
Den 07/10/2014 kl. 12.57 skrev Helgi Örn Helgason : > Hi! > I am quite new when it comes to Django and Python. I am responsible for a > rather disfunctional Django website package which is rather messy (I have > this confirmed by an experienced Django/Pyton developer who

How to trace a page not showing up?

2014-10-07 Thread Helgi Örn Helgason
Hi! I am quite new when it comes to Django and Python. I am responsible for a rather disfunctional Django website package which is rather messy (I have this confirmed by an experienced Django/Pyton developer who took a look at it). The system is in use serving a school organisation. My most