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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Bug in DNN v5.2.3 Community Edition - Module creation from manifest doesnBug in DNN v5.2.3 Community Edition - Module creation from manifest doesn't work
Previous
 
Next
New Post
2/24/2010 9:24 AM
 

Hi,

regarding to the post http://www.dotnetnuke.com/Community/F..., I have found a bug in the following file of the Community Edition (v5.2.3):

~/DesktopModules/Admin/Extensions/Editors/EditModuleDefinition.ascx.vb

In the sub "cmdCreate_Clic(...)", the following code:

     Case "Manifest"
                        If String.IsNullOrEmpty(cboFile.SelectedValue) Then
                            strMessage = Localization.GetString("MissingManifest", Me.LocalResourceFile)
                            Exit Select
                        End If

must be replaced with the following one (like in the v5.2.2):

     Case "Manifest"
                        If String.IsNullOrEmpty(cboFile.SelectedValue) Then
                            strMessage = Localization.GetString("MissingManifest", Me.LocalResourceFile)
                            Exit Select
                        Else
                            moduleDefinition = ImportManifest()
                        End If

I am going to report this bug to the "Report A Bug" page.

Best regards.

Pierrick

 
New Post
2/24/2010 3:20 PM
 

Hello Pierrick,

thanks for identifying this, the issue was introduced in 5.2.3 when we merged in a lot of changes and additional validation in this area. I've made the fix and it will be in the 5.3.0 release (i've also unmoderated your user as a slight token of thanks for logging the issue and providing the correct fix)

Cathal


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
3/25/2010 6:47 AM
 

My scope is to import a dnn file for one my custom module but  I have the same problem.... dnn 5.2.3
i have modified the file EditModuleDefinition but nothing appear in

You are here: Host > Module Definitions
+ create new module

white screen nothing appear

I have renamed the EditModuleDefinition.ascx file but nothing change
.... It will be compiled?

i have tried to open visual studio, open a web process on the dnn root, force the compile but nothing ... white screen nothing appear

can you help me

rmartin

 
New Post
3/25/2010 7:57 AM
 

Hello Martin,

if you have changed the code as mentioned in my previous post and compiled the DNN Web Project without any error, there must be another reason for your problem.

The first thing, I think, is to get the new release (v5.3.0) to see if the problem is solved.

Anyway, these two following articles describe the process for setup up a compiled module inside a DNN instance...

Using the DotNetNuke Source Code

Setup a VS project to create or modify a DNN module - the Store team method

Best regards.

Pierrick

 
New Post
3/25/2010 9:01 AM
 

Yes Pierrick
5.3.0 solve the problem!!!!!!!!!!!!!!!!!!!!
thanks

rmartin

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Bug in DNN v5.2.3 Community Edition - Module creation from manifest doesnBug in DNN v5.2.3 Community Edition - Module creation from manifest doesn't work


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