Hi Richard, what you are describing in the forms--red text, non-functional buttons--happens when some part of the page doesn't load correctly. I'm guessing there is a mismatch in node names, and how they are passed all the way from forms.py, through the javascript, and to the html for the form templates. You may learn more if you open the developer tools in Chrome (F12).
It's difficult to debug that stuff, so good luck. I'm pretty sure it's nothing to do with the postgis version. Adam On Tue, Jun 6, 2017 at 6:26 PM, Richard Jennings <[email protected]> wrote: > Hi All, > > I'm currently helping a client with an Arches v3 platform that is not > working correctly. The HIP sample resource graphs and authority documents > have been uploaded and all 1221 concepts are visible in the RDM. However, > when I click on the Resource Manager to view the forms, none of them are > correct. The dropdown menus mostly work but when I click on the Add button > nothing happens and the Save button is also unresponsive. Some of the nodes > are also missing and others contained auto-generated values in red, such as > 'keyword' in the keyword value. The errors are across the board in all > resource models. I managed to find one error message to display in the > Classification Form - a key error : > > opt/arches/Projects/ENV/lib/python2.7/site-packages/arches_hip/models/forms.py > in update_nodes, line 300 > > What might be causing this error? Why are the nodes not updating > correctly? I've had a look at the client's own project settings.py file and > I've noticed that template_postgis_21 is the template that they have > selected, rather than template_postgis_20. I am wondering whether this > might be an issue? Is Postgis 2.1 a suitable dependancy for Arches or does > it have to be version 2.0? I notice in the Arches settings.py file that > template_postgis_20 is selected. Alternatively, could the issue be with how > the client has set up Arches on their server? Or am i missing something > straightforward in the project settings file? > > Many thanks > > Richard > > p.s. thank you all who attended the workshop in Liverpool in March. It was > great to meet you! > > > > -- > -- 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.
