Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Sharepoint Forums
Newsletter
Dynamic Forms Demonstrations
Page Tags
DNN Modules
SnowCovered Top Sellers

One stop solution for events calendar and events registration! Demo site available for free trial.

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

The award winning discussion forum and community solution for DotNetNuke is now even better. When you need to build the best community site, you need the best module, Active Forums!

Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!Available for DNN4 and DNN5

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

A 16-in-1 dnn module.Powerful yet easy to use. Capable of producing a multitude of functions including:Image rotator/Numeric rotator/ Mp3 player/Wmv player/ Flash video player /YouTube video player/Multimedia player / Text-to-speech podcast / Flipping book player/Banner topic player/Silverlight albu

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

    |   Register   |   Friday, January 09, 2009   
Data Springs Product Forums...
Subject: Problem with setup
Prev Next
You are not authorized to post a reply.

Author Messages
Steven
Posts:2
new to the springs
new to the springs

02/21/2008 11:16 AM  

I'm trying to setup this module. I have installed the version from Snowcovered (3.1.1). I have added the Opt-In Email module to my site and I have setup one list. I've then tried to open the initial settings only to find a blank screen (other than my skin) - not what I was expecting. On inspecting my log veiwer I can see this:

AssemblyVersion: 04.05.01
PortalID: 0
PortalName: PSYBT
UserID: 3
UserName: u101440
ActiveTabID: 189
ActiveTabName: Dev Region
RawURL: /Regions/DevRegion/tabid/189/ctl/Module/ModuleID/1083/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.psybt.org.uk/Regions/DevRegion.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 21a6a94a-476b-4191-b004-ee7fad456a60
InnerException: D:\DNN451Upgrade\DesktopModules\Opt In - Opt In Email\_EditOptInSettings.ascx(8): error BC30456: 'RegisterPostBackControl' is not a member of 'DotNetNuke.Framework.AJAX'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.CompileWebFile
StackTrace:
Message: System.Web.HttpCompileException: D:\DNN451Upgrade\DesktopModules\Opt In - Opt In Email\_EditOptInSettings.ascx(8): error BC30456: 'RegisterPostBackControl' is not a member of 'DotNetNuke.Framework.AJAX'. 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.Modules.Admin.Modules.ModuleSettingsPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)
Source:
Server Name: S15248602

Any advice on how to fix this issue would be appreciated.

Chad
Posts:2388
river guide
river guide

02/26/2008 10:48 PM  
Hi. I just wanted to follow up on this thread to help other users running on DNN 4.5.1 or lower of DNN (actually 3.1 requires DNN 4.4.x I believe so this would be users running 4.4.x thru 4.5.x I believe). This thread was added as a support ticket and here are some comments regarding the issue...

First yes you might have to revert back to a previous installation as the 3.1 included a fix that DNN put in place which was placing all controls within the settings area as AJAX controls which then did not work with the Rich Text Editor. I believe that the version you would have to upgrade your DNN installation would probably be 4.5.5 but I would actually suggest 4.8.x myself.

So... To run 4.5.1 and Opt In Email you can make this modification:

If you go into the desktopmodules\Opt In Email module directory and also the SImple Opt In Email module directory you should find these two files:


_EditOptInSetings.ascx

and


_EditOptInSimpleSettings.ascx


If you open these files up in notepad you can remove these lines from the file (located near the top):



<|% If DotNetNuke.Framework.AJAX.IsInstalled Then
DotNetNuke.Framework.AJAX.RegisterScriptManager()
DotNetNuke.Framework.AJAX.RegisterPostBackControl(Me.lnkUpdateMessage)
End If
%|>

This should fix your issue... Again this is related to an issue that came about within 4.8 release of DNN (it might be changed in the 4.8.1 stabalization release, I am not sure). Basically the implemented AJAX for all areas within the 'Settings' area of module configurations and this causes a conflict with Rich Text Box fields used in the Settings area. This is something you can also duplicate even in the Repository core module (if you try and update the Rich Text you have to switch to basic textmode before the changes get saved since AJAX is not working properly with saving the Rich Text).


-Chad

You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2009 by Data Springs, Inc.
Terms Of Use | Privacy Statement