Unfortunately my first post here is regarding an apparent problem with the module.
I like the website, I like the ease of using it... registered even though I didn't have to in order to download. I like what the modules can do (once I get them working).
The problem I had when I placed the ForumDisplay module in a Portal... was the query to the database didn't appear to use the object qualifier prefix which my tables all have. That's what I gathered anyway (with my very limited knowledge).
The error said:
ModuleId: 1511
ModuleDefId: 349
FriendlyName: Latest Forum
ModuleControlSource: DesktopModules/Radiant.ForumDisplay/ViewForumDisplay.ascx
AssemblyVersion: 04.08.02
PortalID: 0
PortalName: xxxxxxxxxxxxx
UserID: 6
UserName: Webmaster
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Home/tabid/36/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.xxxxxx.co.uk/Home/tabid/36/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 986cbe92-67e5-426e-ad94-c59ae131bc56
InnerException: Invalid object name 'dbo.Forum_Threads'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlConnection.OnError
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid object name 'dbo.Forum_Threads'. ---> System.Data.SqlClient.SqlException: Invalid object name 'dbo.Forum_Threads'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Radiant.Modules.ForumDisplay.SqlDataProvider.GetForumDisplays(Int32 Num) at Radiant.Modules.ForumDisplay.ForumDisplayController.GetForumDisplays(Int32 Num) at Radiant.Modules.ForumDisplay.ViewForumDisplay.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---