New answers tagged spservices
3
This topic came up recently on the SPServices forum where some level of success was claimed. A bounty was even payed. Check this link out:
http://spservices.codeplex.com/discussions/354399
Paul
0
There is a possibility that perhaps you need to start your Internet Explorer by right clicking the icon "Run as Administrator".
UAC can be a blocker as discussed here. Another possibilities within the scope of your problems can be:-
-- Add User to the Farm Administrator group.
-- Add User as the
computer administrator on every computer in the farm. ...
2
Looking at your screenshot, it looks like the main Microsoft SharePoint Foundation Web Application service is stuck on starting. This will need to be resolved before services can be configured for the new server.
0
Your syntax is a little wonky. I also added some jQuery inside your hidefields function instead of the native JS you were using.
Try this...
$(document).ready(function () {
$().SPServices({
operation: "GetGroupCollectionFromUser",
userLoginName: $().SPServices.SPGetCurrentUser(),
async: false,
completefunc: function ...
Top 50 recent answers are included