Hi Darcy, The first thing I'd check is the sql being executed. I'd put in a print statement at line 50 of "/home/hkarches/lib/python2.7/site-packages/django/db/backends/util.py" and print out the sql being executed. You could then run that statement in psql or pgadmin3 and get a better idea of the error. Cheers, Alexei
Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 4, 2016 at 2:24 AM, Darcy Christ <[email protected]> wrote: > I've encountered a strange error suddenly. When I try to access the > Classification section (only), I receive an error. I am not seeing any > errors under Postgresql or django. Any advice on how to debug this? > > You can see the debug output here: http://dpaste.com/0J38477 > > > I appreciate any help. > > Darcy > > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
