Colin Arthurs
 Nuke Active Member Posts:22

 |
| 01/14/2008 3:16 AM |
|
I cannot see the Text/HTML module so I cannot add any text to my containers. I downloaded the Install package and everything is installed and I can change skins etc but no module for adding text to my site.
Any Ideas...?????
Many Thanks |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
Colin Arthurs
 Nuke Active Member Posts:22

 |
| 01/14/2008 3:44 AM |
|
Hi Lee,
Yes sorry your correct. Login as admin and when looking in the module drop down list can't see the text / html module listed. Looked in Module Definitions and it is not listed there.
Vanilla install. (colinarthurs.com)
Bizarre.. |
|
|
|
|
Colin Arthurs
 Nuke Active Member Posts:22

 |
| 01/14/2008 3:46 AM |
|
Emailed you login details..if you wish to have a look....thought I was going mad...er |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
Colin Arthurs
 Nuke Active Member Posts:22

 |
| 01/14/2008 4:06 AM |
|
One thinks that this failed to install on the initial install as although the following sql output states installed completed successfully, there is a section that has failed. Have a read and see what you think?
StartJob Starting Installation StartJob Reading files Info Loading EditHtml.ascx.resx Info File EditHtml.ascx.resx read successfully Info Loading HtmlModule.ascx.resx Info File HtmlModule.ascx.resx read successfully Info Loading Settings.ascx.resx Info File Settings.ascx.resx read successfully Info Loading 03.00.00.SqlDataProvider Info File 03.00.00.SqlDataProvider read successfully Info Loading 03.01.00.SqlDataProvider Info File 03.01.00.SqlDataProvider read successfully Info Loading 04.05.00.SqlDataProvider Info File 04.05.00.SqlDataProvider read successfully Info Loading 04.06.00.SqlDataProvider Info File 04.06.00.SqlDataProvider read successfully Info Loading 04.06.01.SqlDataProvider Info File 04.06.01.SqlDataProvider read successfully Info Loading 04.07.00.SqlDataProvider Info File 04.07.00.SqlDataProvider read successfully Info Loading Uninstall.SqlDataProvider Info File Uninstall.SqlDataProvider read successfully Info Loading 04.05.00.txt Info File 04.05.00.txt read successfully Info Loading 04.06.00.txt Info File 04.06.00.txt read successfully Info Loading 04.06.01.txt Info File 04.06.01.txt read successfully Info Loading 04.07.00.txt Info File 04.07.00.txt read successfully Info Loading EditHtml.ascx Info File EditHtml.ascx read successfully Info Loading EditHtml.ascx.vb Info File EditHtml.ascx.vb read successfully Info Loading HtmlModule.ascx Info File HtmlModule.ascx read successfully Info Loading HtmlModule.ascx.vb Info File HtmlModule.ascx.vb read successfully Info Loading Settings.ascx Info File Settings.ascx read successfully Info Loading Settings.ascx.vb Info File Settings.ascx.vb read successfully Info Loading SqlDataProvider.vb Info File SqlDataProvider.vb read successfully Info Loading DataProvider.vb Info File DataProvider.vb read successfully Info Loading HtmlTextController.vb Info File HtmlTextController.vb read successfully Info Loading HtmlTextInfo.vb Info File HtmlTextInfo.vb read successfully Info Loading DNN_HTML.dnn Info File DNN_HTML.dnn read successfully EndJob Reading files done. StartJob Reading Installation Manifest file Info DNN file is in valid 3.0 format. Info xml loaded. Info Loading files info Info Found valid path (App_LocalResources) for EditHtml.ascx.resx. Info Found valid path (App_LocalResources) for HtmlModule.ascx.resx. Info Found valid path (App_LocalResources) for Settings.ascx.resx. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 03.00.00.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 03.01.00.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 04.05.00.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 04.06.00.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 04.06.01.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for 04.07.00.SqlDataProvider. Info Found valid path (Providers\DataProviders\SqlDataProvider) for Uninstall.SqlDataProvider. Info Found valid path ([app_code]Providers\DataProviders\SQLDataProvider) for SqlDataProvider.vb. Info Found valid path ([app_code]) for DataProvider.vb. Info Found valid path ([app_code]) for HtmlTextController.vb. Info Found valid path ([app_code]) for HtmlTextInfo.vb. Info Loading Modules info Info Loading Control info for 'Text/HTML' module EndJob Manifest file finished successfully StartJob Begin Sql execution Info Executing 03.00.00.SqlDataProvider StartJob Start Sql execution: 03.00.00.SqlDataProvider file EndJob End Sql execution: 03.00.00.SqlDataProvider file Info Executing 03.01.00.SqlDataProvider StartJob Start Sql execution: 03.01.00.SqlDataProvider file EndJob End Sql execution: 03.01.00.SqlDataProvider file Info Executing 04.05.00.SqlDataProvider StartJob Start Sql execution: 04.05.00.SqlDataProvider file EndJob End Sql execution: 04.05.00.SqlDataProvider file Info Executing 04.06.00.SqlDataProvider StartJob Start Sql execution: 04.06.00.SqlDataProvider file Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Invalid object name 'dnn_Modules'. 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.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** 08/13/2007 sleupold: added *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for dbo. and ca_ *****/ /***** *****/ /************************************************************/ /* initialize new settings value for existing modules: */ INSERT INTO ModuleSettings (ModuleID, SettingName, SettingValue) SELECT dnn_Modules.ModuleID, N'TEXTHTML_ReplaceTokens', 1 FROM dnn_Modules INNER JOIN dnn_ModuleDefinitions ON dnn_Modules.ModuleDefID = dnn_ModuleDefinitions.ModuleDefID INNER JOIN dnn_DesktopModules ON dnn_ModuleDefinitions.DesktopModuleID = dnn_DesktopModules.DesktopModuleID WHERE (dnn_DesktopModules.ModuleName = N'DNN_UserDefinedTable') /************************************************************/ /***** SqlDataProvider *****/ /************************************************************/ EndJob End Sql execution: 04.06.00.SqlDataProvider file Info Executing 04.06.01.SqlDataProvider StartJob Start Sql execution: 04.06.01.SqlDataProvider file EndJob End Sql execution: 04.06.01.SqlDataProvider file Info Executing 04.07.00.SqlDataProvider StartJob Start Sql execution: 04.07.00.SqlDataProvider file EndJob End Sql execution: 04.07.00.SqlDataProvider file EndJob Finished Sql execution StartJob Creating files Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\App_LocalResources\EditHtml.ascx.resx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\App_LocalResources\HtmlModule.ascx.resx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\App_LocalResources\Settings.ascx.resx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\03.00.00.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\03.01.00.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\04.05.00.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\04.06.00.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\04.06.01.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\04.07.00.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\04.05.00.txt Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\04.06.00.txt Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\04.06.01.txt Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\04.07.00.txt Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\EditHtml.ascx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\EditHtml.ascx.vb Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\HtmlModule.ascx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\HtmlModule.ascx.vb Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Settings.ascx Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\Settings.ascx.vb Info Created d:\arthursc\www\livespace\colindnn\App_Code\HTML\Providers\DataProviders\SQLDataProvider\SqlDataProvider.vb Info Created d:\arthursc\www\livespace\colindnn\App_Code\HTML\DataProvider.vb Info Created d:\arthursc\www\livespace\colindnn\App_Code\HTML\HtmlTextController.vb Info Created d:\arthursc\www\livespace\colindnn\App_Code\HTML\HtmlTextInfo.vb Info Created d:\arthursc\www\livespace\colindnn\DesktopModules\HTML\DNN_HTML.dnn.config EndJob Files created StartJob Registering DesktopModule Info Registering Definitions Info Registering Controls EndJob Registering finished EndJob Installation successful.
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 01/14/2008 9:01 AM |
|
The error running the 04.06.00.SqlDataProvider script bothers me. I'm somewhat surprised that you don't see other errors.
Assuming that this is a fresh installation, I would delete everything and start over. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Colin Arthurs
 Nuke Active Member Posts:22

 |
| 01/14/2008 3:01 PM |
|
Hi Lee
I am gonna do the dev locally now. The odd things is as you say..i do not get any other errors/// |
|
|
|
|
nehrir
 Nuke Newbie Posts:1

 |
| 03/01/2008 3:00 PM |
|
Hi, I have same problem, installed DNN 4.8 and HTML/TEXT module is not there, so I logged in with Host account went to installing module, and I installed "HTML_04.07.00_Install.zip" at the middle of installation I've got this error report : ----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- Info Executing 04.06.00.SqlDataProvider StartJob Start Sql execution: 04.06.00.SqlDataProvider file Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Invalid object name 'dnn_Modules'. 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.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) /************************************************************/ /***** SqlDataProvider *****/ /***** *****/ /***** 08/13/2007 sleupold: added *****/ /***** *****/ /***** *****/ /***** Note: To manually execute this script you must *****/ /***** perform a search and replace operation *****/ /***** for dbo. and *****/ /***** *****/ /************************************************************/ /* initialize new settings value for existing modules: */ INSERT INTO ModuleSettings (ModuleID, SettingName, SettingValue) SELECT dnn_Modules.ModuleID, N'TEXTHTML_ReplaceTokens', 1 FROM dnn_Modules INNER JOIN dnn_ModuleDefinitions ON dnn_Modules.ModuleDefID = dnn_ModuleDefinitions.ModuleDefID INNER JOIN dnn_DesktopModules ON dnn_ModuleDefinitions.DesktopModuleID = dnn_DesktopModules.DesktopModuleID WHERE (dnn_DesktopModules.ModuleName = N'DNN_UserDefinedTable') /************************************************************/ /***** SqlDataProvider *****/ /************************************************************/ EndJob End Sql execution: 04.06.00.SqlDataProvider file ----------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------- anyway I could see the module but to be sure, I uninstalled the module, and installed it again, and it happened again! Looking forward  |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 03/01/2008 3:08 PM |
|
If this is a totally new installation, I would erase the directory, delete the database, and start over completely. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Flying-Squirrel
 Nuke Newbie Posts:1

 |
| 03/06/2008 10:38 AM |
|
I had the EXACT same issue and found a solution. I am guessing either something wasn't included properly with the 4.8 install package perhaps but I simply didn't have a text/html module.
I tried installing the HTML_04.07.00_Install.zip file but it errored out with the same message you all have seen. So I went off to the DNN site, saw there is a 4.8.1 out now, downloaded the install package, uploaded the text/html module from there.... and got a different error. Apparently some things didn't have the required permissions so made sure to give my DNN root folder full control and then the install went through without a problem. My problem was solved, hopefully someone else can find this useful.
Cheers |
|
|
|
|
anthony
 Nuke Newbie Posts:2

 |
| 03/27/2008 8:23 PM |
|
hi guys i got the same error trying to upgrade to version 4.8.1 of the text module but to my dismay now im getting this errors in all the pages where i use the module i tryed giving full permissions to the root folder and reinstalling but the problem persist DotNetNuke.Services.Exceptions.ModuleLoadException: c:\hosting\webhost4life\member\zillionsoft\web_co_cr\DesktopModules\HTML\HtmlModule.ascx.vb(77): error BC30002: Type 'DotNetNuke.Services.Tokens.TokenReplace' is not defined. ---> System.Web.HttpCompileException: c:\hosting\webhost4life\member\zillionsoft\web_co_cr\DesktopModules\HTML\HtmlModule.ascx.vb(77): error BC30002: Type 'DotNetNuke.Services.Tokens.TokenReplace' is not defined. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- any ideas? |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 03/28/2008 9:08 AM |
|
This looks like you've got a bad install of the Text/HTML module. I would suggest that first you simply reinstall the Text/HTML module. If that doesn't work, I would recommend that you delete it and then reinstall it. Deleting the Text/HTML module will also delete all of your Text/HTML content. So, it would be a good idea to make a backup copy of your database prior to doing the uninstall/reinstall work. You can then copy content from the saved database to the site's database, once you've gotten the Text/HTML module fixed. Oh, and since this was an upgrade, I hope that you have backup copies of your database and web directory. You can restore the site to the pre-upgrade status and then try the upgrade again. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
anthony
 Nuke Newbie Posts:2

 |
| 03/28/2008 9:43 AM |
|
thanks joe
fortunately it wasn't that bad.
it was basically caused due to incompatibility of my DNN version with the new html/txt module
to install it you need to have DNN 4.7 or up i had a 4.5
after a couple of hours i upgraded to DNN last version 4.8 and everything is working now!
and it seems faster also!
thanks. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
|