Calendar clic error

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/14/2006 7:03:49 PM
Gravatar
Total Posts 1

Re: Calendar clic error

Hello, when i click a day on the calendar, i see the following error in Firefox (i'm running the site through the ASP.NET Developement Server of VS 2005 and with a MySQL 5.0 database) :

Server Error in '/mojoportal' Application.
The HTTP verb POST used to access path '/mojoportal/' is not allowed.
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: The HTTP verb POST used to access path '/mojoportal/' is not allowed.

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): The HTTP verb POST used to access path '/mojoportal/' is not allowed.]
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +462
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +245
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +191

[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +1025
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +167
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +117


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
2/15/2006 2:24:07 PM
Gravatar
Total Posts 18439

Re: Calendar clic error

Hmm, thats a new one on me. I can't replicate it here. It kind of sounds like a configuration issue since it seems to be a permission thing but I can't think of why it wouldn't allow a post. Can you configure it to run in IIS and see if the error persists?

Are you working with the code from svn? or a zip from the release?

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