Could it be that one of your concepts inadvertently has a circular reference?
Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 11, 2016 at 7:14 AM, Adam Cox <[email protected]> wrote: > Hi Darcy, > > In the statement you posted, it looks like a specific concept is being > loaded, and perhaps that is the only concept that is causing a problem, due > to a weird character or something? Do you have a handle on all the > concepts that have been added to your installation? Unfortunately, you > can't search the RDM by conceptid, so I would use your other > installation's classification form and write down all of the dropdown menus > that it uses. Then I would find all of those concepts in the RDM of your > problem installation and see if something jumps out... > > > On Monday, April 4, 2016 at 6:37:48 PM UTC-6, Alexei Peters wrote: >> >> 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. > -- -- 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.
