try this one. you can set your mapping to merge on id with replace but in this case it doesn't look like it actually uploaded anything
MRMarchivist
@MRMarchivist
@VSWnews_twitter also, you can look into LibreOffice since I assume you're running a Mac. You can natively create xlsx spreadsheets in there without having to do exports
Facundo Vergara
@fakumax
Hi!, one question, can I do more "fast" the navigation in collective access? after upgrade 1.7.14 to 1.7.17 its very slow the navigation
Animal Político
@zorropolitico1_twitter
Hola! hay qalguón grupo en español?
Animal Político
@zorropolitico1_twitter
Is it possible to edit the site from wordpress? Can it be linked?
What software do you use for visual editing of the site?
On the other hand, do you know why it can take a while to load my site? In other words, the editing screen takes a long time to load and sometimes it crashes
@zorropolitico1_twitter: why would you want to edit it from wordpress? You can use any development environment you want to edit the theme/templates (if that's what you mean). Pawtucket uses the bootstrap front-end framework. As for it loading slowly... you will need to look at logs, but it may be incorrect PHP or Web server settings, or you need to set up your caching, or the server you have installed the software or database on isn't powerful enough. Start with turning on debugging and error messages and look at the logs.
Animal Político
@zorropolitico1_twitter
The pawtucket loads well, the query can be done, but the other cannot. Not even restarting the server, I'm going to try what you tell me
Thanks!
Animal Político
@zorropolitico1_twitter
I solved the loading speed problem (mainly for the database edit screen) by replacing in setup.php (also in the pawtucket) the setting in CACHE, "file" with "redis"
I communicate it so that the antecedent remains. Regards
Facundo Vergara
@fakumax
I solved my problem too, 1.7.14 to 1.7.17 only replace file and delete entire /tmp
Animal Político
@zorropolitico1_twitter
New query, how do I change the domain to the site from the VPS server console?
I'm a little dizzy to be honest
I have to go from "archivo.fundacionmariaelenawalsh.net.ar" to "archivo.fundacionmariaelenawalsh.com"
sterlingjenson
@sterlingjenson
@zorropolitico1_twitter , do you already have the domain "fundacionmariaelenawalsh.com?" If not, you will want to do so. Both the Domain Registrar and the VPS will have tutorials on how to point the domain name to the website's IP address which is just filling in the server data.
CollectiveAccess
@collectiveaccess
@zorropolitico1_twitter CA will use whatever domain you set it up under. Changing the domain means (a) buying the new domain and (b) working with your hosting provider to configure the web server to use it. It's not an issue with CA.
Terry Barker
@teebark
My VPS (Interserver) has an option to change the domain name on the VPS. But, you would also have to change the domain name if it's already registered, as stated previously.
CollectiveAccess
@collectiveaccess
@VSWnews_twitter What are you importing? There are as many mappings as stars in the sky
2 replies
Animal Político
@zorropolitico1_twitter
Right, that's how I did the domain change. But for example, if I want to enter a category within the pawtucket, I still get the old domain and the galleries that were already loaded are not displayed.
It does not seem normal for the galleries to disappear, if I enter the providence, the editing menu is all in order. But the public part is no longer found. Why is this happening?
definitely clear the cache. Remove all files from app/tmp
Animal Político
@zorropolitico1_twitter
Correct, these are the files that I find in "app/tmp". "mariaelenawalshCache" is a very eternal directory
Would it be appropriate to delete each and every file or just the "mariaelenawalshCache" directory?
excuse me for the hour
CollectiveAccess
@collectiveaccess
you can just remove mariaelenawalshCache
You only need to excuse yourself for the hour in your own timezone
Animal Político
@zorropolitico1_twitter
Perfect, I did it as is. It is normal for it to appear on the screen "Not Found The requested URL was not found on this server."?
sterlingjenson
@sterlingjenson
A series of users who have not been active for a few years were moved into the "Deleted" category and I do not remember deleting them. Was this an automatic procedure during one of the upgrades?
Kaiami
@Kaiami
I'm trying to keep Pawtucket from displaying nothing but (relationship) for related entities, places, etc. which aren't accessible to the public, and not managing to get there. This is what I have (that isn't working) {{{<unit relativeTo="ca_objects_x_entities" delimiter="<br/>" " skipIfExpression="^ca_entities.access =~ 0" ><unit relativeTo="ca_entities"><l>^ca_entities.preferred_labels</l></unit> (^relationship_typename)</unit>}}} I've tried without the tilde, I've tried different spacing around the = and the 0, but no go.
It shouldn't display data that isn't accessible to the public. Try using <ifcount code="ca_entities" min="1"> around what you want to print.
Kaiami
@Kaiami
So it doesn't display the name of the entities that aren't public - but it shows the relationships for entities that aren't public. So in one case, there's a long list of just (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) (Collected at) with no names. . .
CollectiveAccess
@collectiveaccess
try skipIfExpression="^ca_entities.access = 0"
@sterlingjenson Nope
If they were marked as deleted it's because they're deleted
sterlingjenson
@sterlingjenson
weird
Kaiami
@Kaiami
@collectiveaccess Nope, the relationship types still show
@Kaiami: so the <ifcount> didn't work? You will most likely want the "^ca_entities.access=0" on the unit for ca_entities wouldn't you? have you tried with only the one<unit> for ca_entities and remove the ca_objects_x_entities?