Error some page portal ver mojoportal-2-3-5-1 on mono

mojoPortal is no longer supported on mono. This forum is here for archival purposes.

This thread is closed to new posts. You must sign in to post in the forums.
9/3/2010 1:10:08 AM
Gravatar
Total Posts 2

Error some page portal ver mojoportal-2-3-5-1 on mono

hello

my website correct run and page fast running  ;for example: http://localhost/eletter/Admin.aspx

but I have  problem in some page for example :http://localhost/eletter/LetterInfoEdit.aspx

Argument cannot be null. Parameter name: relativeUrl

Description: HTTP 500. Error processing request.

Stack Trace:

System.ArgumentNullException: Argument cannot be null.
Parameter name: relativeUrl
at System.Web.UI.Control.ResolveUrl (System.String relativeUrl) [0x000a9] in /builddir/build/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web.UI/Control.cs:1366
at mojoPortal.Web.Editor.CKEditorControl.SetupScripts () [0x00000] in <filename unknown>:0
at mojoPortal.Web.Editor.CKEditorControl.OnPreRender (System.EventArgs e) [0x00000] in <filename unknown>:0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I setup mojoportal-2-3-5-1 and use mono 2.6 and mysql and apache

Please Help Me

Thanks

9/3/2010 7:26:22 AM
Gravatar
Total Posts 18439

Re: Error some page portal ver mojoportal-2-3-5-1 on mono

looks like yet another mono bug, its always 2 steps forward and 1 step backward with Mono releases. I don't recommend using Mono for this reason, it is never quite stable enough, it has been the same since 2004, there are always some bugs.

You might try using a different editor instead of CKeditor but I suspect you will get similar errors with other editors.

Best,

Joe

9/3/2010 8:53:25 AM
Gravatar
Total Posts 2

Re: Error some page portal ver mojoportal-2-3-5-1 on mono

Thanks dear Joe Audette

I have othe Error in some other page for example :http://localhost/ImageGallery/EditImage.aspx?mid=2&pageid=-1

Argument cannot be null. Parameter name: relativeUrl

Description: HTTP 500. Error processing request.

Stack Trace:

System.ArgumentNullException: Argument cannot be null.
Parameter name: relativeUrl
at System.Web.UI.Control.ResolveUrl (System.String relativeUrl) [0x000a9] in /builddir/build/BUILD/mono-2.6.4/mcs/class/System.Web/System.Web.UI/Control.cs:1366
at mojoPortal.Web.Editor.CKEditorControl.SetupScripts () [0x00000] in <filename unknown>:0
 

How solve this problem?

all error can make by web.config or apache configuration?

9/3/2010 9:04:55 AM
Gravatar
Total Posts 18439

Re: Error some page portal ver mojoportal-2-3-5-1 on mono

as I said, it looks like bugs in Mono, only the Mono team can fix it, it is not a configuration issue.

If you want a stable installation of mojoPortal I recommend use Windows hosting, almost every version of Mono they fix some bugs but they introduce new ones, very rarely you may get lucky with a Mono release.

I wish Mono was a stable platform for ASP.NET, but as long as the Mono web site runs on PHP and Novell does not run any important web sites on ASP.NET/Mono I don't think it will ever happen. I've been waiting since 2004 and it is very much the same today as back then. Not enough testing of Mono is done with complex ASP.NET web applications and there are almost always problems in each release of Mono.

Best,

Joe

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