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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepository(Edited)HELP!! Error occur during download in the portal(Edited)HELP!! Error occur during download in the portal
Previous
 
Next
New Post
1/11/2007 8:05 AM
 

ok, the problem is that you cleared the textbox which defines the whitespace compression filter. What you should have done is just clear the checkbox labelled use Whitespace filter in the Performance Settings section of the page to disable it. You're getting the error because the code expects that text box to have some value even if WhiteSpace compression is not being used.

The compression settings are stored in a file named compression.config stored in the root folder of your DotNetNuke web site, and should look like this, use notepad to open compression.config and replace the contents with the following...

<?xml version="1.0" encoding="utf-8"?>
<compression>
  <excludedMimeTypes>
    <mimeType>image/gif</mimeType>
    <mimeType>image/jpeg</mimeType>
  </excludedMimeTypes>
  <excludedPaths>
    <path>install/install.aspx</path>
    <path>linkclick.aspx</path>
  </excludedPaths>
  <whitespace><![CDATA[(?<=[^])\t{2,}|(?<=[>])\s{2,}(?=[<])|(?<=[>])\s{2,11}(?=[<])|(?=[\n])\s{2,}]]></whitespace>
</compression>

That should do it. Go back into Host->Settings, open the Performance Settings section and clear the checkbox for use Whitespace filter. Click on Update, then Click on Restart Application.

 
New Post
1/11/2007 10:14 PM
 

steve,

I have apply the content to the compression.config and all the problems have been solve.^^

Thanks again for your information and hope that this thread can help other else who face the same problem like me.

 
New Post
1/11/2007 10:31 PM
 

HiHi,

I just retest the problem and i realize that the problem can be easily solve by commenting this statement in web.config.

<!-- add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression" / -->

The other step is unnecessary.

 
New Post
3/31/2009 4:42 AM
 

i am doing all steps which tell in this thread to solve my same problem but it does not solve

i am using dnn 4.9 source  and donwload on my custome module

 

please anybody tell how to solve that problem

thanks advance

 
New Post
8/19/2009 3:28 PM
 

I am having this issue as well.

I have a file that is 10.4MB in size and the repository uploads fine but always downloads just 10.2MB and the file downloaded is corrupt.  I can go to the repository directory on the server and the file is fine.  I can even download another smaller file < 1MB and it is fine.

I have disabled my whitespace filter, commented out the necessary line within the web.config, and configured IIS 6.0 to not use compression of any kind, but I am still getting this issue.

Not sure what else I can do. 

I am using DNN 04.08.04 , Repository 03.01.15, IIS 6.0

Any ideas?

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepository(Edited)HELP!! Error occur during download in the portal(Edited)HELP!! Error occur during download in the portal


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