Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login
Previous
 
Next
New Post
2/11/2010 5:52 AM
 

I found one reference to neatupload that got away.

So it looks like I can log in now but I can upload videos now.

This isnt a solution

 
New Post
2/11/2010 6:01 AM
 

The main thing of removing the NeatUpload references was to ascertain which component was causing the problem.  There are many examples of sites running both the NeatUpload and Url Master module, so maybe something has changed in a later version and caused it to stop working.

What version of UVG is it that you are using? 

What happens when you try to upload a video?  Does it not work, cause an error, hang?

 
New Post
2/11/2010 6:20 AM
 

 I'm running (trying) version 3 I purchased it just before purchasing URLMaster

I get the following error when uploading videos

 

A critical error has occurred.
Maximum request length exceeded.

 

that's because this line including other <neatUpload useHttpModule="true" defaultProvider="FilesystemUploadStorageProvider" maxNormalRequestLength="8192">  has been commented out including the other lines the the neatupload

 
New Post
2/11/2010 6:30 AM
 

 it seems to come down the this.  This entry in the module section <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" preCondition="managedHandler" />  is the cause

if commented out can log in if not commented no login.

 

<modules runAllManagedModulesForAllRequests="false">

<add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" preCondition="managedHandler" /> 

      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.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="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="UrlRewrite" type="iFinity.DNN.Modules.UrlMaster.UrlRewriteModule, iFinity.UrlMaster.FriendlyUrlProvider" preCondition="managedHandler" />

    </modules>

 
New Post
2/12/2010 3:32 AM
 

not sure what to do from here It's seem It a choice between using URL master or not to use URLMaster.  Why isnt it working with UVG? URLMaster apparently works with UVG but nolonger able to upload videos without the upload module.

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