Upgrade Problem

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/13/2011 2:08:21 AM
Gravatar
Total Posts 13

Upgrade Problem

Hey Guys,

I am running Ver 2.367 -  I was running fine before I upgraded and installed form wizard pro.

Net 4.0 - full trust

 

Everytime I try to view page settings (not edit page) or create a new page I get this error

Can you help ?

Thanks,

Bill

>>

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'portal:SkinList'.

Source Error:


Line 89:                                     <mp:SiteLabel ID="lblSkin" runat="server" ForControl="ddSkins" CssClass="settinglabel"
Line 90:                                         ConfigKey="SiteSettingsSiteSkinLabel"></mp:SiteLabel>
Line 91:                                     <portal:SkinList id="SkinSetting" runat="server" AddSiteDefaultOption="true" />
Line 92:                                     <portal:mojoHelpLink ID="MojoHelpLink7" runat="server" HelpKey="pagesettingsskinhelp" />
Line 93:                                 </div>

Source File: /Admin/PageSettings.aspx    Line: 91

>>

7/13/2011 5:48:36 AM
Gravatar
Total Posts 18439

Re: Upgrade Problem

You are missing a control declaration in your Web.config file, so you must not have used the one that shipped with mojoPortal. I recommend backup your current Web.config, the copy the Web.fulltrust.config file that shipped in the mojoPortal package, rename it to  Web.config, restore any customizations such as the machine key from your previous Web.config and use the new one.

Hope that helps,

Joe

7/13/2011 8:43:06 AM
Gravatar
Total Posts 13

Re: Upgrade Problem

I did that again, now I get this error,

Mojo reports full trust? the webhosting said medium trust?  what this ?

>>

Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SecurityException: System.Security.Permissions.SecurityPermission]
   Brettle.Web.NeatUpload.UploadHttpModule.GetCurrentWorkerRequest() +40
   Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +403
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

>>

7/13/2011 8:52:55 AM
Gravatar
Total Posts 13

Re: Upgrade Problem

I found the security issue,  

 

Form pro works really great also, thanks

 

7/13/2011 11:55:37 PM
Gravatar
Total Posts 13

Re: Upgrade Problem

Did I tell you that I love you  (well maybe not love  but close)

first the code

then the answers (which always seem to work)

but most of all for you not saying

"your an idiot just read the code" (or web.config)

Once again (with form wizard)  I am the hero!

Thanks,

Bill

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