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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi! Good morning I am now getting this message when I go on one of my sites: http://fundamentalists.whybaptist.com/Error.htm?aspxerrorpath=/Default.aspx
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.
I am using the most recent version of mojoportal in all of my sites and this is the only one doing this. I have tried to do everything I can to fix it. David Neal actually even reloaded the page and went to set up and nothing happened? Same problem keeps coming up.
Hi,
Can you set customErrors to off in your web.config to unfold real error?
<customErrors mode="Off" defaultRedirect="Error.htm">
I did what you asked, thanks. Now what does it mean?
the change Asad suggested allows you to find out the error details, now you have to tell us/post what the error details are, then maybe we can help.
http://www.mojoportal.com/basic-troubleshooting.aspx
Server Error in '/' Application. Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.] mojoPortal.Web.UI.SiteMenu.Page_Load(Object sender, EventArgs e) +156 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
Ii seems some menu like not resolved.Do you use ssl for your site? Can I know your site name?
http://fundamentalists.whybaptist.com, I posted it in the first post of this thread, but kind of buried it.
Most likely something is missing a required control in the layout.master file of your skin. My guess is you are missing this:
<portal:StyleSheetCombiner id="StyleSheetCombiner" runat="server" />
This site worked already?
What you do that this error occurs?
I was going through some of the other skins I had used looking for ones to delete. I had selected one of three to check when this error occurred. I went back after this happened and uploaded a skin I knew worked, but with the names of the skins I was not sure of to see if that would correct the problem. It did no good, same error. That is when I turned to David to find out what he would suggest I do. That brought me to today.
Sorry I don't know more. If you send me(a dot samarian at gmail dot com) your ftp account I will go to resolve your problem .
Best,
Asad