mojoportal in not running

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.
11/7/2015 4:40:20 PM
Gravatar
Total Posts 3

mojoportal in not running

Dear all,

last few days I am facing following issue, even after upgrade to latest version still the same.

Please can anyone help me?

Thank you and kind regards,

Martin

=================

Windows Server 2008 R2 Standard English

MSSQL 2014

2.4.0.9

.NET 4.5

2015-11-07 23:33:48,240 ERROR 88.146.154.81 - cs-CZ - / - mojoPortal.Web.Global -  Referrer(none) useragent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
System.FormatException: String was not recognized as a valid Boolean.
   at System.Boolean.Parse(String value)
   at mojoPortal.Business.SiteSettings.get_EnableContentWorkflow()
   at mojoPortal.Web.mojoBasePage.SetupWorkflowControls(Boolean forceShowWorkflow)
   at mojoPortal.Web.UI.CmsPage.SetupAdminLinks()
   at mojoPortal.Web.UI.CmsPage.LoadPage()
   at mojoPortal.Web.UI.CmsPage.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)

11/8/2015 8:39:34 AM
Gravatar
Total Posts 18439

Re: mojoportal in not running

I think you can fix this by running this sql statement on the database

UPDATE mp_SiteSettingsEx
SET KeyValue = 'false'
WHERE  KeyName = 'EnableContentWorkflow'

Hope that helps

Joe

11/8/2015 3:29:40 PM
Gravatar
Total Posts 3

Re: mojoportal in not running

Thanks a lot Joe, but unfortunately my DB was hacked and mp_SiteSettingsEx now contains lots of not valid and nasty values inside KeyValue column :(

My stupid mistake as I have enabled SQL injection in one of my custom aspx pages.

Only solution now is the recover my DB content and fix the SQL hole.

I am going to close the topic now.

Thanks a lot for mojoportal, its excellent.

All the best and kind regards,

Martin 

 

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