Hello,
I've had following this guidance (http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/) for setting up MySite in SharePoint 2013. It works like a charm, but when I access "Newsfeed" og "Sites" it keeps showing "We're almost ready!".
I've investigated the logs and the event viewer on the server (Windows server 2012, SQL2012, SP2013 - single server, but configured as a farm).
It says the following:
My Site creation failure for user 'XXX\XXXXX' for site url 'http://mysite/my/XXXXX'. The exception was: System.MissingMethodException: Method not found: 'Microsoft.SharePoint.SPSite Microsoft.SharePoint.SPSite.SelfServiceCreateSite(System.String, System.String, System.String, UInt32, Int32, Int32, System.String, System.String, System.String, System.String, System.String, System.String, System.String, System.String, Microsoft.SharePoint.SPSiteSubscription)'.
This "SelfServiceCreateSite" has 15 parameters, but the documentation (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsite.selfservicecreatesite.aspx) mentions only 5 overloads, but nothing with 15 parameters (only 14). It seems like the second Int32 (highlighted in the above) has been removed.
Any idea?