server error has occurred

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.
6/19/2009 7:22:45 AM
Gravatar
Total Posts 18439

Re: server error has occurred

Hi Berthold,

I have no plans on supporting odbc connector and don't know of any workarounds other than get a host that supports/allows .NET Connector. 

SQLite is ok for sites with moderate traffic but does not scale well for very high traffic sites and it does not work in medium trust hosting at all.

Best,

Joe

7/11/2009 10:05:43 PM
Gravatar
Total Posts 1

Re: server error has occurred

Hello,

Installed WAMP and then mod_aspdotnet.

Installed Mojoportal and got following server error. Can you please help? Thanks

Server Error in '/ASP' Application.
Unexpected body in request for /ASP/Setup/Default.aspx
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Unexpected body in request for /ASP/Setup/Default.aspx

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:

[HttpException (0x80004005): Unexpected body in request for /ASP/Setup/Default.aspx]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +3391
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +128
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +76


Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

10/9/2011 12:22:58 PM
Gravatar
Total Posts 17

Re: server error has occurred

Mr. Joe Audette

 We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

And I did what you said about medium trust Web.mediumtrust.config.

and i asked the hoster to  Make sure the App_Data folder exists and is writable by the web process user , they said it's done.

Buy it's does not work too.

Please help me Mr. Joe Audette

Mohamed Ramadan

10/9/2011 1:17:44 PM
Gravatar
Total Posts 18439

Re: server error has occurred

Hi,

Start with Basic Troubleshooting to find out what error is happening.

Hope that helps,

Joe

10/9/2011 1:35:35 PM
Gravatar
Total Posts 17

Re: server error has occurred

Mr.Joe Audette,

I can't solve my problem.I'm not a technical developer.

so please tell me what i have to do.

thanks so much.

Mohamed Ramadan

 

10/9/2011 2:03:46 PM
Gravatar
Total Posts 550

Re: server error has occurred

Hi Mohamed Ramadan,

You can send log file of your site to me (a dot samarian at g mail dot com ) or if can't do this send me your site url  so I register to it and then give administrator role , I try to discover the problem.

Asad,

 

10/9/2011 2:58:13 PM
Gravatar
Total Posts 17

Re: server error has occurred

Hi,

Mr.Asad,

I sent you all information to email

thanks,

Mohamed

10/9/2011 3:21:11 PM
Gravatar
Total Posts 550

Re: server error has occurred

Hi Mohamed,

I didn't got any email from you yet. Please send it again.

a  dot  samarian  at  g mail  dot  com

10/9/2011 4:05:43 PM
Gravatar
Total Posts 17

Re: server error has occurred

Hi,

Mr.Asad,

I sent you all information to email

thanks,

Mohamed
 

10/10/2011 12:22:17 PM
Gravatar
Total Posts 550

Re: server error has occurred

Hi Joe,

I check it , we faced with this error in some administration actions like updation contents, viewing log ,...). I checked the web config for validateRequest but it is false. Can you give me a direction?

A potentially dangerous Request.Form value was detected from the client (ctl00$mainContent$edContentinnerEditor="<table align="left" ...").

 

Best,

Asad

 

 

10/11/2011 10:58:20 AM
Gravatar
Total Posts 18439

Re: server error has occurred

 

My best guess is that you are running the 3.5 .NET version of mojoPortal under .NET 4. Ideally you should install the .NET 4 version of mojoPortal, but you can also work around this specific error by adding this in Web.config just before the closing </system.web>

<httpRuntime requestValidationMode="2.0" maxUrlLength="560" maxQueryStringLength="2048" />

requestValidationMode="2.0" is the important part for this error

Hope that helps,

Joe

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