When creating a site on a web application that specifies a port number, the following error is returned:
"http://asite:11111/sc/s" contains invalid character ':'
It seems that the second colon is not liked. That goes for the CodePlex text editor as well. It's messing up the post.
I had the same issue around a year ago with 2010. This still occurs with 2013.
Thanks for the great work!
jquery-1.10.2.min.js
jquery.SPServices-2013.01.min.js
var siteName = "a";
var siteUrl = "http://asite:11111/sc";
var siteTitle = "a site title";
var siteDesc = "a site description";
var templateName = "atemplate";
$jq().SPServices({
operation:"CreateWeb",
url:siteUrl,
title:siteTitle,
description:siteDesc,
templateName:templateName,
language:3081,
languageSpecified:true,
locale:3081,
localeSpecified:true,
collationLocale:3081,
collationLocaleSpecified:true,
uniquePermissions:false,
uniquePermissionsSpecified:false,
anonymous:false,
anonymousSpecified:false,
presence:false,
presenceSpecified:false,
async:false
});
Comments: @JRangi Can you open up a discussion topic instead of an Issue... You will get better support if you do that... I think Marc mostly uses the ISSUES in CodePlex to track identified bugs/enhancements. Just a suggestion. Paul.
"http://asite:11111/sc/s" contains invalid character ':'
It seems that the second colon is not liked. That goes for the CodePlex text editor as well. It's messing up the post.
I had the same issue around a year ago with 2010. This still occurs with 2013.
Thanks for the great work!
jquery-1.10.2.min.js
jquery.SPServices-2013.01.min.js
var siteName = "a";
var siteUrl = "http://asite:11111/sc";
var siteTitle = "a site title";
var siteDesc = "a site description";
var templateName = "atemplate";
$jq().SPServices({
operation:"CreateWeb",
url:siteUrl,
title:siteTitle,
description:siteDesc,
templateName:templateName,
language:3081,
languageSpecified:true,
locale:3081,
localeSpecified:true,
collationLocale:3081,
collationLocaleSpecified:true,
uniquePermissions:false,
uniquePermissionsSpecified:false,
anonymous:false,
anonymousSpecified:false,
presence:false,
presenceSpecified:false,
async:false
});
Comments: @JRangi Can you open up a discussion topic instead of an Issue... You will get better support if you do that... I think Marc mostly uses the ISSUES in CodePlex to track identified bugs/enhancements. Just a suggestion. Paul.