--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/4bf6d2e4-787c-40c2-9a7f-aa1e25b47b82n%40googlegroups.com.
Hi Dan, sorry but I was on vacation.
Relationships are not displayed on the Authority edit page.
We update to version 2.6.0 in September.
I attach a document with a copy of the screens
Any idea where the problem may be?
Thanks a lot.
Cheers,
Clara
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/a18f5097-34e8-48d5-9ce1-b4c6ca881d69n%40googlegroups.com.
php symfony cache:clear
php symfony propel:build-nested-set
sudo service memcached restart
sudo systemctl restart php7.2-fpm
So, it is better not to modify the default language? because in the manual are the option...
Cheers,
Clara
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/32ec310b-6930-4927-b615-49fad69cbbe3n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/9a409474-c6f1-422e-941a-f0d36fb96969n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/8d837647-c1b8-43a0-a392-4777e4e2808an%40googlegroups.com.
Thank you very much for your help Dan!
Yes, we followed your recommended installation instructions for 2.6 and this information is correct:
I tell you about our current situation:
Today we have re-established the default culture of our installation to English again. And if we put it back in English, the list appears in the Relationships Area.
After checking the following tables:
... we have detected the following errors that we must correct:
About your suggestion related with table event we checked the event table and the event_i18n table with this SQL query too:
SELECT event_i18n.*, event.*
FROM event_i18n LEFT JOIN event
ON (event.id = event_i18n.id)
WHERE event.source_culture="es/ca/en"
... and the results obtained were:
I deduce that if we purge the
wrong translations and source_culture of the related records, they will also
disappear from the “events” and “event_i18n” tables.
Do you know if we can remove translations and
modify the source_culture without
losing information?
I have seen this discussion on the forum but I don't know if there is anything else on these topics: https://groups.google.com/g/ica-atom-users/c/XxMu3y5w2wU/m/ZcaWsIaGyFkJ
Our intention is to have the portal in Catalan to avoid forgetting the language change before identifying yourself (errors such as those that have already occurred) but we do not want to lose the functionality of the Relationships Area, so we appreciate any suggestions you can give us .
PS: I am attaching the excel with the results obtained for the Event-Type taxonomy where you can see that the translations to Accumulation, Creation, Collection, Contribution, Custody, Publication were created in Catalan and Spanish.
information_object + information_object_i18n
actor + actor_i18n
event + event_i18n
3. Aprovechamos para depurar todo lo que vimos incorrecto.
4. Cambiamos el idioma a catalán y funcionó.
Como saben nuestra instalación de AtoM se realizó en un primer momento con el idioma por defecto en Inglés pero luego lo hemos modificado a catalán ya que tanto el portal como las descripciones las estamos creando en dicho idioma y se estaban produciendo errores inesperados.
Hemos modificado "source_culture" sólo de las tablas que nos recomendó Dan y que pensamos que tenían relación con "Relationship area" pero aún existen tablas en la base de datos que mantienen el atributo "source_culture" con el valor "EN" (aunque actualmente tengamos default_language = CA) y alguna taxonomía con varios valores: "EN" y "CA".
Queremos evitar tener que volver a depurar la base de datos y sobre todo futuros errores en relaciones, indexaciones y actualizaciones. Así que sólo una última pregunta:
¿Se puede modificar "source_culture" de todas las tablas de la base de datos para que el valor sea "CA" o esta acción sería incorrecta?
Muchas gracias por sus sugerencias.
Saludos,
Clara
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/44f01b27-56b5-4e1d-a569-d8dfc099db20n%40googlegroups.com.