WP Ecommerce Duplicate Products
- October 8th, 2012
- Write comment
Problem:
Posts Tagged ‘Troubleshooting’
Problem:
In some cases, usually after making customization to various code in a SharePoint masterpage, the scrollbar may disappear on SharePoint sites in Chrome.
To fix, look for the following code:
<body scroll="no" onload="if (typeof(_spBodyOnLoadWrapper) != 'undefined') _spBodyOnLoadWrapper();" class="v4master">
<body scroll="no" class="v4master"> <script type="text/javascript">$(document).ready(function() {if (typeof(_spBodyOnLoadWrapper) != 'undefined') {_spBodyOnLoadWrapper();} });</script>
That's it!
Original Source:
http://blog.creative-sharepoint.com/2012/02/sharepoint-2010-2-simple-steps-to-fixing-scrollbar-issue-in-google-chrome/
Note: this appears to disable features in the ribbon. Work in progress issue…
If you've ever come across the following error when looking at Sharepoint 2010 My Sites:
There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
Look no further. This is why:
However, you will need to first configure your Managed Metadata Service. Great Instructions here:
An issue I had was the application was stopped and even if I started it, it would stop directly after trying to load the web application.
A domain policy change had impacted the service account running the application pool.
And even though my service account was a local admin on the sharepoint host, I was not able to change my local security policies (secpol.msc).
After some back and forth with the domain admin, including the service account in a security group which had "log on as a batch job" rights resolved the issue.
In short, it may be the case that a domain group policy overrides an essential permission of the application pool accounts called “Log on as a batch job”. Without this permission, the application pool account is not able to run the application pool.
This is the article that finally got me on the path to a fix:
The following steps will navigate you to the EUM model validation JMX bean:
Enter the following: