Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login
Previous
 
Next
New Post
2/10/2010 7:19 AM
 

 I see I'm not the only one suffering this issue.

I've done a bog standard installation.  Can navigate to the pages URLs look good.  But I can login, log off, register

i can assess the Login page by typing in /login.aspx after the URL but when attempt a login I get a runtime error

Runtime Error

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>

 I've looked at the treads and tried the suggestion but still no joy.

How do I get this up and running correctly?

 

thanks

 
New Post
2/10/2010 9:30 AM
 

You would need to enable the customErrors section to see what the exact error is.  Or, if you have access, look up the windows event log.

Does this problem exist if you try and login from all pages on the site, or just if you try and log in from the home page?

What version of DNN are you using?

Is this for a child or parent portal?

 
New Post
2/10/2010 2:30 PM
 

 

DNN version is 4.9.2

parent portal and login issue occurs on all pages

the message refers to the UVG that been working fine until the install of the URL master

this is the message

Server Error in '/' Application.

Object reference not set to an instance of an object.

 

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   Brettle.Web.NeatUpload.Internal.Module.FilteringWorkerRequest.ParseMultipart() +1875
   Brettle.Web.NeatUpload.UploadHttpModule.WaitForUploadToComplete() +87
   Brettle.Web.NeatUpload.UploadHttpModule.Application_ResolveRequestCache(Object sender, EventArgs e) +138
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601

 
New Post
2/10/2010 2:48 PM
 

I found the info in UVG and made the changes not the error message is

Server Error in '/' Application.

The resource cannot be found.

 

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /language/en-us/home/ctl/login/default.aspx


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601

 
New Post
2/10/2010 3:18 PM
 

Can you check that the web.config entries are in place?  You should see the 'urlrewrite' entry in both the <modules> and <httpModules> section, and the entry in the <friendlyUrl> provider section.  The error with the NeatUpload component may have prevented changes from being written correctly.

Also, please check that /language/en-us/home.aspx works OK, and see if /login.aspx works as a Url.

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).