I have successfully installed the module on a 4.3.7 dnn installation. However I still have problems with it:
Whenever I attempt to create a category, I get following errors:
Error: Help is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Conversion from string "" to type 'Integer' is not valid. ---> System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.formatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberformatInfo Numberformat) at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) at DotNetNuke.Modules.Repository.Repository.OnModuleCommunication(Object s, ModuleCommunicationEventArgs e) at DotNetNuke.Entities.Modules.Communications.ModuleCommunicationEventHandler.Invoke(Object sender, ModuleCommunicationEventArgs e) at DotNetNuke.Modules.Help.NavPane.SelectNode() at DotNetNuke.Modules.Help.NavPane.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---