Quick login...
 

 

DNN Modules
SnowCovered Top Sellers

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.

Powerful, Ajax Enabled, Easy to Use. Document Management and Multimedia gallery functionality in one.Open-DocumentLibrary allows DotNetNuke users to organize share and manage documents, offering granular control over Folder and Document access.

Active Social is customizable social networking solution that fits the needs of a large company, small group, start-up business, or any size interest group. Connect with co-workers, people with similar interests, family, old friends, or meet new ones. Active Social provides a complete communication

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

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

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

The amazing ANY COLOUR Flex2 skin + our unique EasyMod module allowing you to customise just about everything in this skin. DrNuke just re-wrote the rule book again.

The Future of Enterprise Search for DotNetNuke 3.x and 4.xOpen-SearchEngine provides DotNetNuke with a true enterprise search engine capable of indexing html content as well as documents from multiple sites and/or physical directories.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

Recently Viewed...
DNN Modules
   
    |   Register   |   Wednesday, March 17, 2010   
Hi Everyone!

You'll notice that we implemented a small change where your first and last name are now displaying in the forums.  If you do not wish to display your last name, please update your user profile and add a display name.  You'll find this by clicking on your name at the top of the page (right next to the Logout link).  Thanks!

Data Springs Product Forums...
Subject: Problem with setup
Prev Next
You are not authorized to post a reply.

Author Messages
Steven O'Neill
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 Nash
Posts:3346
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 - 2010 by Data Springs, Inc.
Terms Of Use | Privacy Statement