Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade or TEXT/HTML problem 4.5.5.?Upgrade or TEXT/HTML problem 4.5.5.?
Previous
 
Next
New Post
8/16/2007 3:54 PM
 

Hi,

I Uploaded the newest TEXT/HTML module, but almost al content was 'gone'. I fixed it with a solution found in this forum by restoring to the old TEXT/HTML module, but my site still wasn't good. I could not enter the page settings or modulesettings. I upgraded tot DNN 4.5.5. (I had 4.5.3 which was working perfectly!). Now I can edit page settings and module settings. But: I couldn't place new modules on pages. Then I restarted the application from the hostsettings page and I could place new modules again. Untill... I don't know when, but now I can still place no new modules on the page. This is the error from the eventlog when trying to put a TEXT/HTML module on a page:

ModuleId: 773
ModuleDefId: 109
FriendlyName: Text/HTML
ModuleControlSource: DesktopModules/HTML/HtmlModule.ascx
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Gospelkoor Joyful Sound
UserID: 5
UserName: jangeert
ActiveTabID: 151
ActiveTabName: Testpagina
RawURL: /JanGeert/Testpagina/tabid/151/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.joyfulsound.nl/JanGeert/Testpagina/tabid/151/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 28eedc30-282d-41ea-8d0d-94c755bb8d34
InnerException: Value cannot be null. Parameter name: input
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Text.RegularExpressions.Regex.Matches
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Matches(String input) at System.Text.RegularExpressions.Regex.Matches(String input, String pattern) at DotNetNuke.Modules.Html.HtmlModule.ProcessTags(String content) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Naam: WEB2

This is the error when trying to put a 'contacts' module on a page:

ModuleId: 775
ModuleDefId: 98
FriendlyName: Contacts
ModuleControlSource: DesktopModules/Contacts/Contacts.ascx
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Gospelkoor Joyful Sound
UserID: 5
UserName: jangeert
ActiveTabID: 151
ActiveTabName: Testpagina
RawURL: /JanGeert/Testpagina/tabid/151/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.joyfulsound.nl/JanGeert/Testpagina/tabid/151/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 3629b9f9-74da-4e56-a76a-f191e8a148a3
InnerException: External component has thrown an exception.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.AssemblyBuilder.Compile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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 ---
Source:
Server Naam: WEB2

Any thoughts? Please help!!!

 
New Post
8/17/2007 4:21 AM
 

Log in As Superuser ("Host"), go to SQL in Host menu,

Enter into the text box:

UPDATE {databaseOwner}{objectQualifier}DesktopModules SET SupportedFeatures = 0 WHERE SupportedFeatures = -1

Hit Execute.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/17/2007 4:38 AM
 

Thank you Sebastian! This seems to fix some problems with some modules, but not for all. I still have the problem when putting the TEXT/HTML module on a page. I get this error this time:

ModuleId: 779
ModuleDefId: 109
FriendlyName: Text/HTML
ModuleControlSource: DesktopModules/HTML/HtmlModule.ascx
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Gospelkoor Joyful Sound
UserID: 1
UserName: host
ActiveTabID: 151
ActiveTabName: Testpagina
RawURL: /JanGeert/Testpagina/tabid/151/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.joyfulsound.nl/JanGeert/Testpagina/tabid/151/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 3f8bec3e-d278-4528-a7c2-85b834437f57
InnerException: Value cannot be null. Parameter name: input
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Text.RegularExpressions.Regex.Matches
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Matches(String input) at System.Text.RegularExpressions.Regex.Matches(String input, String pattern) at DotNetNuke.Modules.Html.HtmlModule.ProcessTags(String content) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Naam: WEB2

Any ideas or suggestions?

 
New Post
8/17/2007 6:53 AM
 

Did you enter a valid portal name in Site Settings? Current Text/HTML attemps to replace [Host.Name], [Date] and [Time] texts with their current values.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/17/2007 7:22 AM
 

I believe so. The title is "Gospelkoor Joyful Sound", without te quotes of course. I made a screenshot, and tried to put the jpg-file in my site, but the Admin :: Documents (explorer) page won't load. I get the same exception (below). I'm really confused about what's going on. Hope I don't have to re-install DNN? Is it wise to re-install the TEXT/HTML module 4.05.05.? This site is on a server, which has more DNN-sites, some are DNN3. So .NET Framework 1.1. and 2.0 are present. Other DNN4 sites on the server don't have this problem...

Thanks in advance again...

ModuleId: 361
ModuleDefId: 21
FriendlyName: Bestandsbeheer
ModuleControlSource: Admin/Files/FileManager.ascx
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: Gospelkoor Joyful Sound
UserID: 1
UserName: host
ActiveTabID: 46
ActiveTabName: Bestandsbeheer
RawURL: /Admin/FileManager/tabid/46/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.joyfulsound.nl/Admin/SiteSettings/tabid/39/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 24bdb265-ae05-409a-9bc3-940c71ac2c3e
InnerException: External component has thrown an exception.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.AssemblyBuilder.Compile
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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 ---
Source:
Server Naam: WEB2

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade or TEXT/HTML problem 4.5.5.?Upgrade or TEXT/HTML problem 4.5.5.?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out