I am running build 3.85. The script creates the first web app, configures the managed paths, and then fails when trying to create the site collection. It is a long error, but it basically says "The site template was not provisioned successfully. Delete this site collection in Central Administration, and then create a new site collection. OriginalException: Feature with ID 'c85e5759-f323-4efb-b548-443d2216efb5' is not installed in this farm, and cannot be added to this scope...
When I run get-spwebtemplate, i get nothing back. Did the templates not install? Is that the issue?
I tried deleting the web app and running it again, no luck.
Comments: ** Comment from web user: whorn76 **
When I run get-spwebtemplate, i get nothing back. Did the templates not install? Is that the issue?
I tried deleting the web app and running it again, no luck.
Comments: ** Comment from web user: whorn76 **
What site template are you assigning to that site collection in your config file:
<SiteCollection siteUrl="http://server1/sites/test"
HostNamedSiteCollection="false"
Owner="owner"
Name="Test Page"
Description="Initial Test Page"
SearchUrl="http://server1/search"
CustomTemplate="false"
__ Template="STS#0"__
LCID="1033"
Locale="en-us"
Time24="false">
</SiteCollection>