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:
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)
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
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,