Plain-text skin

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.
4/2/2009 6:41:27 AM
Gravatar
Total Posts 18439

Re: Plain-text skin

I would try recycle the app and clear the browser cache. If that fails to solve it follow the same diagnostic steps as before, maybe your host "restored" something and lost files for you. 

Hope it helps,

Joe

4/4/2009 6:53:34 AM
Gravatar
Total Posts 11

Re: Plain-text skin

Hi Joe,

I solved this. It seems that restore routine of my hoster adds/changes something in my web.config file. When I put my old (backup) version of web.config, skin started to work fine. All is working ok except one item: Administratin->Site settings. When I click on this link I am getting this error from system log:

2009-04-04 06:24:26,017 ERROR mojoPortal.Web.Global - xxxxxxx-en-US - /Admin/SiteSettings.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.AdminUI.SiteSettingsPage.PopulateControls()
at mojoPortal.Web.AdminUI.SiteSettingsPage.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

Any idea?

Thanks

 

 

4/4/2009 11:54:27 AM
Gravatar
Total Posts 18439

Re: Plain-text skin

No idea, best guess is some other stuff besides Web.config also got "restored" to the wrong version. 

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