Hello After installing the latest DMX 6.1.0 version CatShortList 2.5.1 throws an error: Error: CatShortlist is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot convert value '0' to Type: System.Boolean. ---> System.Data.EvaluateException: Cannot convert value '0' to Type: System.Boolean. at System.Data.DataExpression.ToBoolean(Object value) at System.Data.UnaryNode.EvalUnaryOp(Int32 op, Object vl) at System.Data.UnaryNode.Eval(DataRow row, DataRowVersion version) at System.Data.BinaryNode.EvalBinaryOp(Int32 op, ExpressionNode left, ExpressionNode right, DataRow row, DataRowVersion version, Int32[] recordNos) at System.Data.BinaryNode.Eval(DataRow row, DataRowVersion version) at System.Data.DataExpression.Invoke(DataRow row, DataRowVersion version) at System.Data.Index.AcceptRecord(Int32 record, IFilter filter) at System.Data.Index.InitRecords(IFilter filter) at System.Data.Index..ctor(DataTable table, IndexField[] indexFields, Comparison`1 comparison, DataViewRowState recordStates, IFilter rowFilter) at System.Data.DataTable.GetIndex(IndexField[] indexDesc, DataViewRowState recordStates, IFilter rowFilter) at System.Data.DataView.UpdateIndex(Boolean force, Boolean fireEvent) at System.Data.DataView.SetIndex2(String newSort, DataViewRowState newRowStates, IFilter newRowFilter, Boolean fireEvent) at System.Data.DataView.SetIndex(String newSort, DataViewRowState newRowStates, IFilter newRowFilter) at System.Data.DataView.set_RowFilter(String value) at Bring2mind.DNN.Modules.DMX.CatShortlist.CatShortList.ShowCategoriesContents(String CategoryList) at Bring2mind.DNN.Modules.DMX.CatShortlist.CatShortList.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- I tested this with a new DMX installation on DNN 6.2 on localhost. Same error on a production site. Seams to be a bug. Looking forward for solution, fix. Kind regards Nicolo
|