10-28-2020 02:59 AM
Good morning all,
I just installed Alfresco Community Edition to start. I installed version 6.0a with docker. I've create somes users (10) and every thing is ok until I try to display the list of users I add befor. I have the following error: Error loading items. Can you help me to fix it? Thanks
10-28-2020 03:43 AM
It's ok now after editing this file: tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml and set this property <show-authorization-status> to false, it can be found at line 132.
From
<show-authorization-status>true</show-authorization-status>
To
<show-authorization-status>false</show-authorization-status>
A restart is required for the changes to take place.
For more folow the link below
https://github.com/Alfresco/acs-community-packaging/issues/367
Thanks
10-28-2020 10:25 AM
Edit/update/build the share image with help of DockerFile so that you don't loose your changes after stopping the containers.
DockerFile instructions:
RUN sed -i 's@<show-authorization-status>true</show-authorization-status>@<show-authorization-status>false</show-authorization-status>@' \ $TOMCAT_DIR/shared/classes/alfresco/web-extension/share-config-custom.xml
01-14-2021 02:47 AM
Compact version of the abobe:
RUN sed -i 's/\(<show-authorization-status>\)true\(<\/show-authorization-status\)/\1false\2/' $TOMCAT_DIR/webapps/share/WEB-INF/classes/alfresco/share-config.xml
Cheers,
Marco
10-28-2020 03:43 AM
It's ok now after editing this file: tomcat\webapps\share\WEB-INF\classes\alfresco\share-config.xml and set this property <show-authorization-status> to false, it can be found at line 132.
From
<show-authorization-status>true</show-authorization-status>
To
<show-authorization-status>false</show-authorization-status>
A restart is required for the changes to take place.
For more folow the link below
https://github.com/Alfresco/acs-community-packaging/issues/367
Thanks
10-28-2020 06:10 AM
Hi @bemous & welcome to Alfresco!
Great news that you resolved your problem & thanks for explaining how you did it - really useful to other users.
Cheers,
10-28-2020 10:25 AM
Edit/update/build the share image with help of DockerFile so that you don't loose your changes after stopping the containers.
DockerFile instructions:
RUN sed -i 's@<show-authorization-status>true</show-authorization-status>@<show-authorization-status>false</show-authorization-status>@' \ $TOMCAT_DIR/shared/classes/alfresco/web-extension/share-config-custom.xml
01-14-2021 02:47 AM
Compact version of the abobe:
RUN sed -i 's/\(<show-authorization-status>\)true\(<\/show-authorization-status\)/\1false\2/' $TOMCAT_DIR/webapps/share/WEB-INF/classes/alfresco/share-config.xml
Cheers,
Marco
12-11-2020 09:49 AM
Same issue for the V 6.2 CE not the solution ...
12-11-2020 11:46 AM
Hi @vpan & welcome to Alfresco
As this is a solved question, I would advise you to start a new thread & tell us more about your issue and environment, include some logs if relevant.
Cheers,
12-14-2020 04:54 AM
Thx,
This is helpfull
another problem is to create users ....
encoded character (before the paddings if any) is a valid base 64 alphabet but not a possible value
Explore our Alfresco products with the links below. Use labels to filter content by product module.