Hey, I am not totally new but a beginner in SharePoint.
I had to take responsibility for SharePoint project. I have SharePoint project which works fine in SharePoint server. Solution have some bi-features. I had to convert this project so, it works also in Foundation. I know that all features do not work in Foundation
and I have disable those features (or I hope so). I can deploy solution and when I start create new site collection I got first problem:
Sorry, something went wrong
Cannot create folder "sites/DemoSite/$Resources:cmscore,List_Pages_UrlName;".
Technical Details
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: d316599c-7547-405e-0000-03285edd2c3a
Date and Time: 11/22/2013 11:59:57 AM
Here is log:
https://mega.co.nz/#!ZoNVEJDD!QWkZE3pmudJRxiPW_NWNgAY6u2BgenrRAsDkEd2QKPk
When I checked log file, I believe that this cause problem:
<!--Root Home Page and Content Management Instances (RootPages)-->
<Feature ID="cf8570cc-0f14-4a89-939e-a8886a8ae740"></Feature>
This feature is in WebTemplate. If I disable this feature, I can create site collection, but it gives me 404 error.
Here is 404 log: https://mega.co.nz/#!dodm0QJI!ee50DjwvG9dO2ozI_UdlMlJAzfkf_BTSSUKTlohzdso
I'm not sure it solved the problem correctly, so I need to ask help here. Is it right disable that feature? Why I get 404 error? Or why SharePoint cannot create folder?
Any tips, how I can solve this problem?