Error getting 2.3.5.8b installed..

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.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

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.

This thread is closed to new posts. You must sign in to post in the forums.
1/13/2011 9:36:48 PM
Gravatar
Total Posts 165

Error getting 2.3.5.8b installed..

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)

1/14/2011 9:33:43 AM
Gravatar
Total Posts 18439

Re: Error getting 2.3.5.8b installed..

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

1/16/2011 10:09:26 AM
Gravatar
Total Posts 165

Re: Error getting 2.3.5.8b installed..

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

You must sign in to post in the forums. This thread is closed to new posts.