Re: [Arches] ValidationError at /search

2018-11-01 Thread Cyrus Hiatt
Thanks Dale -

We noticed in the 4.3.2 release an additional data migration that we
intended to include. We've added it and released 4.3.3. I'm not sure this
will necessarily solve your issue, but it's certainly worth a try.

pip install arches --upgrade --no-binary :all:
python manage.py migrate

Hope that helps -

Cyrus

On Thu, Nov 1, 2018 at 11:23 AM Dale Lloyd  wrote:

> I installed using pip.
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Arches 4.3.3 released

2018-11-01 Thread Cyrus Hiatt
The Arches team was made aware of a minor issue with our recent release (4.3.2) 
so we've quickly fixed it and pushed a 4.3.3 release.

*Changes:*
- Fixes duplicate entries in cards_x_nodes_x_widgets

*Known Issues*

- [#4044](https://github.com/archesproject/arches/issues/4044) - Exporting 
data that uses the File-list datatype in csv format can't be successfully 
re-imported.  

  **Workaround:** If users need to export data that uses the File-list 
datatype, then they should export in JSON format instead, so that data can 
be successfully re-imported.

*Upgrading Arches*

Users are encouraged to update at their earliest convenience. 

If you can't completely re-install Arches (because you have data in the 
system that you want to preserve) then you'll need to upgrade by running 
the following commands in your activated virtual environment:

pip install arches --upgrade --no-binary :all:
python manage.py migrate

As always the documentation can be found at 

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Dale Lloyd
I installed using pip.

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Cyrus Hiatt
Hey Dale,

Are you running Arches from a repo or did you install from pip?

- Cyrus

On Thu, Nov 1, 2018 at 10:02 AM Cyrus Hiatt  wrote:

> Thanks for the showmigrations and whatisthis output. It looks like there
> is a migration in master but not in 4.3.x, and I suspect it should be in
> both. I'll have to confirm that with Alexei when he's available.
>
> - Cyrus
>
> On Thu, Nov 1, 2018 at 9:41 AM Dale Lloyd  wrote:
>
>> Thanks Adam.
>>
>> The output of 'python manage.py whatisthis
>> 065b7267-e746-11e6-84a6-026d961c88e6' is below.
>>
>> I am not sure what the output means?
>>
>>
>>
>> 
>> This UUID is the primary key for 2 objects:
>>
>> 
>> NodeGroup object
>> _state
>>   
>> cardinality
>>   n
>> legacygroupid
>>   None
>> nodegroupid
>>   065b7267-e746-11e6-84a6-026d961c88e6
>> parentnodegroup_id
>>   None
>>
>> 
>> Node object
>> _state
>>   
>> config
>>   None
>> datatype
>>   semantic
>> description
>>
>> graph_id
>>   fad0563b-b8f8-11e6-84a5-026d961c88e6
>> isrequired
>>   False
>> issearchable
>>   True
>> istopnode
>>   False
>> name
>>   Description Assignment
>> nodegroup_id
>>   065b7267-e746-11e6-84a6-026d961c88e6
>> nodeid
>>   065b7267-e746-11e6-84a6-026d961c88e6
>> ontologyclass
>>   http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment
>> sortorder
>>   8
>>
>> --
>> -- To post, send email to archesproject@googlegroups.com. To
>> unsubscribe, send email to archesproject+unsubscr...@googlegroups.com.
>> 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 archesproject+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Cyrus Hiatt
Thanks for the showmigrations and whatisthis output. It looks like there is
a migration in master but not in 4.3.x, and I suspect it should be in both.
I'll have to confirm that with Alexei when he's available.

- Cyrus

On Thu, Nov 1, 2018 at 9:41 AM Dale Lloyd  wrote:

> Thanks Adam.
>
> The output of 'python manage.py whatisthis
> 065b7267-e746-11e6-84a6-026d961c88e6' is below.
>
> I am not sure what the output means?
>
>
>
> 
> This UUID is the primary key for 2 objects:
>
> 
> NodeGroup object
> _state
>   
> cardinality
>   n
> legacygroupid
>   None
> nodegroupid
>   065b7267-e746-11e6-84a6-026d961c88e6
> parentnodegroup_id
>   None
>
> 
> Node object
> _state
>   
> config
>   None
> datatype
>   semantic
> description
>
> graph_id
>   fad0563b-b8f8-11e6-84a5-026d961c88e6
> isrequired
>   False
> issearchable
>   True
> istopnode
>   False
> name
>   Description Assignment
> nodegroup_id
>   065b7267-e746-11e6-84a6-026d961c88e6
> nodeid
>   065b7267-e746-11e6-84a6-026d961c88e6
> ontologyclass
>   http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment
> sortorder
>   8
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Dale Lloyd
Thanks Adam.

The output of 'python manage.py whatisthis 
065b7267-e746-11e6-84a6-026d961c88e6' is below.

I am not sure what the output means?



This UUID is the primary key for 2 objects:

NodeGroup object
_state
  
cardinality
  n
legacygroupid
  None
nodegroupid
  065b7267-e746-11e6-84a6-026d961c88e6
parentnodegroup_id
  None

Node object
_state
  
config
  None
datatype
  semantic
description

graph_id
  fad0563b-b8f8-11e6-84a5-026d961c88e6
isrequired
  False
issearchable
  True
istopnode
  False
name
  Description Assignment
nodegroup_id
  065b7267-e746-11e6-84a6-026d961c88e6
nodeid
  065b7267-e746-11e6-84a6-026d961c88e6
ontologyclass
  http://www.cidoc-crm.org/cidoc-crm/E13_Attribute_Assignment
sortorder
  8

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Adam Cox
Hi Dale, this issue doesn't sound familiar to me, but there is a command
that could help you troubleshoot:

python manage.py whatisthis 065b7267-e746-11e6-84a6-026d961c88e6

Adam

On Thu, Nov 1, 2018 at 11:28 AM Dale Lloyd  wrote:

> The output of 'python manage.py showmigrations' is:
>
> admin
>  [X] 0001_initial
>  [X] 0002_logentry_remove_auto_add
> auth
>  [X] 0001_initial
>  [X] 0002_alter_permission_name_max_length
>  [X] 0003_alter_user_email_max_length
>  [X] 0004_alter_user_username_opts
>  [X] 0005_alter_user_last_login_null
>  [X] 0006_require_contenttypes_0002
>  [X] 0007_alter_validators_add_error_messages
>  [X] 0008_alter_user_username_max_length
> contenttypes
>  [X] 0001_initial
>  [X] 0002_remove_content_type_name
> guardian
>  [X] 0001_initial
> models
>  [X] 0001_initial
>  [X] 0002_40b4
>  [X] 0003_40b4
>  [X] 0004_4_0_1
>  [X] 0005_4_0_1
>  [X] 0006_4_0_1
>  [X] 0007_4_0_1
>  [X] 0008_4_0_1
>  [X] 0009_4_0_1
>  [X] 0010_4_1_0
>  [X] 2533_duplicated_concept_relation_import
>  [X] 2337_fuzzy_dates
>  [X] 2891_tile_qa_schema
>  [X] 2891_adds_tile_provisional_json
>  [X] 2293_recent_edits
>  [X] 2974_provisionaledits_in_editlog
>  [X] 3098_custom_map_markers
>  [X] 3199_graphmodel_color
>  [X] 3201_remove_node_and_nodetype_branches
>  [X] 3210_card_components
>  [X] 3314_graphmodel_jsonldcontext
>  [X] 3201_replace_node_and_nodetype_branches
>  [X] 3201_second_removal_of_node_nodetype_branch
>  [X] deserialize_provisional_edits
>  [X] 3385_add_provisional_user_fields
>  [X] 3454_graph_node_sort_order
>  [X] 3601_remove_forms
>  [X] 3724_report_manager
>  [X] 3724_report_manager_2
>  [X] 3725_cardmodel_cssclass
>  [X] 3789_card_config
>  [X] 3808_card_component_command
>  [X] 3965_cardxnodexwidget_visible
> oauth2_provider
>  [X] 0001_initial
>  [X] 0002_08_updates
>  [X] 0003_auto_20160316_1503
>  [X] 0004_auto_20160525_1623
>  [X] 0005_auto_20170514_1141
>  [X] 0006_auto_20171214_2232
> sessions
>  [X] 0001_initial
>
>
> The output of 'python manage.py migrate' is:
>
>
> Operations to perform:
>   Apply all migrations: admin, auth, contenttypes, guardian, models,
> oauth2_prov
> Running migrations:
>   No migrations to apply.
>
>
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] ValidationError at /search

2018-11-01 Thread Dale Lloyd
The output of 'python manage.py showmigrations' is:

admin
 [X] 0001_initial
 [X] 0002_logentry_remove_auto_add
auth
 [X] 0001_initial
 [X] 0002_alter_permission_name_max_length
 [X] 0003_alter_user_email_max_length
 [X] 0004_alter_user_username_opts
 [X] 0005_alter_user_last_login_null
 [X] 0006_require_contenttypes_0002
 [X] 0007_alter_validators_add_error_messages
 [X] 0008_alter_user_username_max_length
contenttypes
 [X] 0001_initial
 [X] 0002_remove_content_type_name
guardian
 [X] 0001_initial
models
 [X] 0001_initial
 [X] 0002_40b4
 [X] 0003_40b4
 [X] 0004_4_0_1
 [X] 0005_4_0_1
 [X] 0006_4_0_1
 [X] 0007_4_0_1
 [X] 0008_4_0_1
 [X] 0009_4_0_1
 [X] 0010_4_1_0
 [X] 2533_duplicated_concept_relation_import
 [X] 2337_fuzzy_dates
 [X] 2891_tile_qa_schema
 [X] 2891_adds_tile_provisional_json
 [X] 2293_recent_edits
 [X] 2974_provisionaledits_in_editlog
 [X] 3098_custom_map_markers
 [X] 3199_graphmodel_color
 [X] 3201_remove_node_and_nodetype_branches
 [X] 3210_card_components
 [X] 3314_graphmodel_jsonldcontext
 [X] 3201_replace_node_and_nodetype_branches
 [X] 3201_second_removal_of_node_nodetype_branch
 [X] deserialize_provisional_edits
 [X] 3385_add_provisional_user_fields
 [X] 3454_graph_node_sort_order
 [X] 3601_remove_forms
 [X] 3724_report_manager
 [X] 3724_report_manager_2
 [X] 3725_cardmodel_cssclass
 [X] 3789_card_config
 [X] 3808_card_component_command
 [X] 3965_cardxnodexwidget_visible
oauth2_provider
 [X] 0001_initial
 [X] 0002_08_updates
 [X] 0003_auto_20160316_1503
 [X] 0004_auto_20160525_1623
 [X] 0005_auto_20170514_1141
 [X] 0006_auto_20171214_2232
sessions
 [X] 0001_initial


The output of 'python manage.py migrate' is:


Operations to perform:
  Apply all migrations: admin, auth, contenttypes, guardian, models, 
oauth2_prov
Running migrations:
  No migrations to apply.



-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Taking a break

2018-11-01 Thread Vincent Meijer
Bon voyage! :)

On Thu, 1 Nov 2018, 15:31 Pat Lurcock  Hello, I have run out of time to get Arches up and running. I think I have
> a sort of setup but have not polished the installation script as I wanted
> nor tested things like maps and so on. I am now off to sea (guiding and
> lecturing on an Antarctic cruise ship) but will have another go next year.
> It's only a sideline so no time pressure anyway. Thanks to those who gave
> me a bit of help and encouragement. See you next year!
> Pat
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Taking a break

2018-11-01 Thread Pat Lurcock
Hello, I have run out of time to get Arches up and running. I think I have 
a sort of setup but have not polished the installation script as I wanted 
nor tested things like maps and so on. I am now off to sea (guiding and 
lecturing on an Antarctic cruise ship) but will have another go next year. 
It's only a sideline so no time pressure anyway. Thanks to those who gave 
me a bit of help and encouragement. See you next year!
Pat

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.