Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login
Previous
 
Next
New Post
2/13/2010 11:13 PM
 

We are using win server 2008 and IIS v7.

 

i've found that with the Neat upload I can upload files bigger that 30meg and with Neat Upload commented out I can only upload files less than 30 meg.  So for me having it running with URLMaster is rather important.

Neat Upload works find but not with URLMaster that is where my problem lays.  once URLMaster is active I can nolonger login or register and NeatUpload produces errors.

 
New Post
2/14/2010 12:47 AM
 

Can you please post your FriendlyUrl section from the web.config file?

 
New Post
9/10/2010 12:31 AM
 

Bruce,

I recently purchased the latest version of Url Master and the latest version of BizModules Ultra Video Gallery (UVG). I'm running DNN 5.5 on Win 2008 R2 (x64) under .NET 3.5 SP1.

I followed the advice to comment out NeatUpload from the <modules> list, which got my site running again. Unfortunately, this causes UVG to be unable to handle large uploads (it errors out after 30 seconds or so), plus users can't see their upload progress which is a bad user experience.

Your post mentioned adding showDebugCode="true" to get these modules working in harmony. When I add that snippet, my whole DNN installation breaks and produces a the generic IIS 500 error. Here is part of my <system.webServer> section. Please tell me what I'm doing wrong. Thank you.

Kevin

-----------------------------------------------------------------------

<system.webServer>
<modules runAllManagedModulesForAllRequests="false">
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="managedHandler" />
<add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="UrlRewrite" type="iFinity.DNN.Modules.UrlMaster.UrlRewriteModule, iFinity.UrlMaster.FriendlyUrlProvider" preCondition="managedHandler" showDebugCode="true" />
<add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" preCondition="managedHandler" />
<add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" preCondition="managedHandler" />
</modules>

 
New Post
9/10/2010 2:15 AM
 

Keith

Please follow the instructions in the Url Master Knowledge Base here:

http://www.ifinity.com.au/Products/Kn...

The advice in this thread has become outdated with new releases of both products.

You don't need to comment out the NeatUpload component. By default Url Master doesn't look for the debug headers (which causes the issue) unless you switch the 'allow debug ' option on (in host settings->performance settings)

UVG users should never switch this option on, and it should work OK.

 
New Post
9/10/2010 4:58 AM
 

Bruce,

Thanks for your prompt reply. If I'm understanding you correctly, I shouldn't really have to do anything to get both products to work correctly together.

The instructions you provided for UVG 3 suggest either (1) commenting out the NeatUpload component [which you say shouldn't be necessary] or (2) add the showDebugCode option to web.config [which you've just said isn't necessary as long as I don't turn on "allow debug" in the host options; this was not switched on].

Essentially, you're saying that I shouldn't have to do anything for both components to work correctly together. However, with both enabled, I keep getting errors left and right. I get a lot of errors like this:


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() +2681
Brettle.Web.NeatUpload.UploadHttpModule.WaitForUploadToComplete() +127
Brettle.Web.NeatUpload.UploadHttpModule.Application_ResolveRequestCache(Object sender, EventArgs e) +287
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171


Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927


All of these problems go away when I do either of the following: (1) comment out the NeatUpload component or (2) switch back to the default DNN Friendly Url Provider. Both of those options are disappointing given that I just paid for a host license for both products and I'm currently forced to run with at least one of them crippled.

I posted a copy of my web.config and screenshots of my Url Master configuration here. Please take a look and let me know what I should do. Thank you.

Kevin

 
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).