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...URGENT, Got an error as I upgraded the HTML ModuleURGENT, Got an error as I upgraded the HTML Module
Previous
 
Next
New Post
8/22/2007 1:40 AM
 

Hi People - and wizards.

I got the following error when I installed the latest version of the TEXT/HTML Module.

What does this mean?

How can I fix the problem?

At the moment I can't get to the page.

 

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Server Error in '/DotNetNuke' Application.

Runtime Error

 

 

 
New Post
8/22/2007 1:44 AM
 

What version is your portal?  441?  The latest text/html version is only for 4.5.x and above.  If you are using that version, do you have access to your web.config file?  Or the server.  Remote into the server, start a browser and goto your portal, you should be able to see an actual error displayed.  If you can't login remotely, edit your web.config with the instructions above in your error message.  then you should be able to remotely view errors. 

Hope this helps

Jerry

 
New Post
8/22/2007 2:06 AM
 

I want to provide auto login facility to user by mining their IP address and want to assign some roles automatically

Can you help me out in these situations?

I don’t want to try the windows based authentication please give me idea about this.

 


 

 
New Post
8/22/2007 11:34 AM
 

Start with following the information on the page.  Go to web.config and turn customErros mode to off.  Once that is done you will be able to see what is actually causing the problem.  The problem may not even be related to the text/HTML module and you won't be able to tell for sure until you see what the error really is. 

 
New Post
8/22/2007 4:05 PM
 

Thanks People!

I have changed the Config file.

Here's the new error message:

 (Tried to send it but got "Error on Page" here as well???)

Here's a cleaned version from note pad.    Also, I would guess that this is DotNetNuke "04.04.03"    or something.

Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30560: 'DataProvider' is ambiguous in the namespace 'DotNetNuke.Modules.HTML'.

Source Error:

 

Line 40:
Line 41:         ' singleton reference to the instantiated object
Line 42:         Private Shared objProvider As DataProvider = Nothing
Line 43:
Line 44:         ' constructor
 

Source File: D:\websites\69.20.101.123\MudgeerabaHilltons.com\DotNetNuke\App_Code\HTML\DataProvider.vb    Line: 42

 

Some aditional Code:

Line 18:   ' DEALINGS IN THE SOFTWARE.
Line 19:   '
Line 20:  
Line 21:   Imports System
Line 22:   Imports DotNetNuke
Line 23:  
Line 24:   Namespace DotNetNuke.Modules.HTML
Line 25:  
Line 26:       ''' -----------------------------------------------------------------------------
Line 27:       ''' <summary>
Line 28:       ''' The DataProvider Class Is an abstract class that provides the DataLayer
Line 29:       ''' for the Html Module.
Line 30:       ''' </summary>
Line 31:       ''' <remarks>
Line 32:       ''' </remarks>
Line 33:       ''' <history>
Line 34:       '''  [cnurse] 9/23/2004 Moved Html to a separate Project
Line 35:       ''' </history>
Line 36:       ''' -----------------------------------------------------------------------------
Line 37:       Public MustInherit Class DataProvider
Line 38:  
Line 39:   #Region "Shared/Static Methods"
Line 40:  
Line 41:           ' singleton reference to the instantiated object
Line 42:           Private Shared objProvider As DataProvider = Nothing
Line 43:  
Line 44:           ' constructor
Line 45:           Shared Sub New()
Line 46:               CreateProvider()
Line 47:           End Sub
Line 48:  
Line 49:           ' dynamically create provider
Line 50:           Private Shared Sub CreateProvider()
Line 51:               objProvider = CType(Framework.Reflection.CreateObject("data", "DotNetNuke.Modules.Html", ""), DataProvider)
Line 52:           End Sub
Line 53:  
Line 54:           ' return the provider
Line 55:           Public Shared Shadows Function Instance() As DataProvider
Line 56:               Return objProvider
Line 57:           End Function
Line 58:  
Line 59:   #End Region

Cheers

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...URGENT, Got an error as I upgraded the HTML ModuleURGENT, Got an error as I upgraded the HTML Module


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