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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...A few bugs in 4.3A few bugs in 4.3
Previous
 
Next
New Post
6/19/2006 2:41 PM
 
yeah I'm also having 2 instances of strikethrough, superscript, subscript and remove all formating buttons in FTB editor.
And like was mentioned - missing smiley icon and error when opening it. The same with link - cannot insert link at all.
 
New Post
6/19/2006 4:55 PM
 
On a separate issue, we found that on new installs, trying to change the HOST password before changing the HOST email results in a critical error. (because the default host email is "host")
 
New Post
6/20/2006 11:02 AM
 
alright, so will issues with Text/HTML module (FTB) be fixed? It's kinda main part of the system.... Or should we just stick with 4.0.x?
 
New Post
6/20/2006 11:46 AM
 

Default values for profiles doesn't work

when expecting an integer or a boolean you get an empty string wich results in a casting exception, even when you specified 0 or False as the default values


Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
New Post
6/20/2006 1:05 PM
 

Dim y As DotNetNuke.Entities.Profile.ProfilePropertyDefinition = DotNetNuke.Entities.Profile.ProfileController.GetPropertyDefinitionByName(Me.PortalId, Name)

This line failes because the necessary staored procedure is missing (DNN4.3.0)

EDIT for quick FIX:

CREATE PROCEDURE dbo.GetPropertyDefinitionByName

@portalID int,

@name nvarchar(50)

AS

/* SET NOCOUNT ON */

SELECT PropertyDefinitionID, PortalID, ModuleDefID, Deleted, DataType, DefaultValue, PropertyCategory, PropertyName, Length, Required,

ValidationExpression, ViewOrder, Visible

FROM ProfilePropertyDefinition

WHERE (Deleted = 0) AND (PropertyName = @name) AND (PortalID = @PortalID)

RETURN

 

 

EDIT 2: Added to gemini, http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=3237


Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...A few bugs in 4.3A few bugs in 4.3


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