Document library not loading for specific users on specific browsers

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2015 05:17 PM
This is a bizarre one. All of a sudden over the weekend we have users that can't open Document Libraries. The main group of users is Mac users with Chrome. We also have one person on 32-bit Chrome on PC with the same issue. All of the above are able to view document libraries fine with Firefox.
The rest of us have no issue with Chrome (on PC) either 32-bit or 64-bit. The people with the issue can walk over to someone else's computer, use that "working" user's Desktop, but login to Alfresco as themselves (the "problem" person) and the document libraries will not load. They log out, the other user logs in, and it works fine…
No errors in the Alfresco log file that match up with it. I had one that was close, but turned out to be something else.
Any ideas? For now having them use Firefox is a tolerable workaround, but obviously something odd is happening and I fear that Firefox may also suddenly quit working for them.
The rest of us have no issue with Chrome (on PC) either 32-bit or 64-bit. The people with the issue can walk over to someone else's computer, use that "working" user's Desktop, but login to Alfresco as themselves (the "problem" person) and the document libraries will not load. They log out, the other user logs in, and it works fine…
No errors in the Alfresco log file that match up with it. I had one that was close, but turned out to be something else.
Any ideas? For now having them use Firefox is a tolerable workaround, but obviously something odd is happening and I fear that Firefox may also suddenly quit working for them.
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 08:19 AM
I have the same problem, but only firefox mozilla works. IE and Chrome does not work with 32-bit and 64-bit. Do you have any suggestions to solve this problem?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 08:19 AM
I have the same problem, but only firefox mozilla works. IE and Chrome does not work with 32-bit and 64-bit. Do you have any suggestions to solve this problem?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 08:42 AM
The same thing happens to me too.
Does anyone have the answer to how to fix this problem?
Does anyone have the answer to how to fix this problem?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2015 09:10 AM
Well, for Internet Explorer the workaround is known. For us, Google Chrome was working fine until over the weekend, and it works for some people but not others (and we're all on the same version of Chrome). The Internet Explorer workaround from another post:
Alfresco 5.0a has a bug in the document library renderer that's supposed to be
fixed in 5.0b and later. Append this (and then restart tomcat) to
alfresco-5.0.a/tomcat/webapps/share/WEB-
INF/classes/alfresco/templates/org/alfresco/include/alfresco-template.ftl:
Oh, and I'm currently building our 5.0.a to 5.0.d upgrade process and it appears that, for IE at least, this bug is totally fixed in 5.0.d… Have not tested Safari yet (which there's no known workaround for 5.0.a) or Chrome.
Alfresco 5.0a has a bug in the document library renderer that's supposed to be
fixed in 5.0b and later. Append this (and then restart tomcat) to
alfresco-5.0.a/tomcat/webapps/share/WEB-
INF/classes/alfresco/templates/org/alfresco/include/alfresco-template.ftl:
<script>if (!document.baseURI){ HTMLElement.prototype.baseURI = document.URL; }</script>
Oh, and I'm currently building our 5.0.a to 5.0.d upgrade process and it appears that, for IE at least, this bug is totally fixed in 5.0.d… Have not tested Safari yet (which there's no known workaround for 5.0.a) or Chrome.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2015 03:34 PM
Thanks for the information. We will try to upgrade to version 5.0.d.
Regards
Regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2015 09:33 AM
I've verified that Chrome works in 5.0.d as well.
