Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hey Joe,
Installing a new site and was upgrading to 2.3.5.8b (3.5) and I'm getting the following error. I am running in Medium Trust, MySQL, Cloud Hosted (Rackspace) and I updated the web.config to all the settings just like I have done time after time. But this time I just cannot find the issue... Please advise and Thanks, Mark
One more thing... I installed the 4.0 code in the RackSpace Beta world and it's working great, so I'm not sure why this is happening with 3.5.
An Error Occurred:Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Source:mscorlib Stack Trace at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at mojoPortal.Web.mojoSetup.CreateOrRestoreSiteSkins(Int32 siteId) at mojoPortal.Web.mojoSetup.EnsureSkins(Int32 siteId) at mojoPortal.Web.UI.Pages.SetupHome.RunSetup() at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Sounds like file system permission problems to me, its trying to copy the skin from /Data/skins to /Data/Sites/1/skins and permissions are preventing it.
Hope it helps,
Joe
Hey Joe... You are right again... It was a permission issue between the load balancer... It was not passing the correct information.. All fixed and installed.
Thanks,
Mark