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 ForumsRepositoryRepositoryDNN 4.4.0 and Download/Image ProblemsDNN 4.4.0 and Download/Image Problems
Previous
 
Next
New Post
1/24/2007 1:32 PM
 

There are issues with images displaying and the downloading of files when using compression under DNN 4.4.0. To fix the problem do the following:

Go to Host->Host Settings and uncheck the "Use WhiteSpace filter" checkbox in the Performance Settings section. Click on Update and then Restart Application.

If that doesn't fix the problem then go back to Host Settings and set Compression Setting to No Compression under Performance Settings. Click on Update and then Restart Application.

Alternatively you can try the following that's working for G-Hunter.

G-Hunter wrote

Just thought i would comment here that you can use both Compression and Whitespace Filtering in DNN 4.4.0.

Change the default Whitespace Filter to a less aggressive expression listed below:

(?<=[>])\s{2,}(?=[<])|(?<=[>])\s{2,}(?= )|(?<= )\s{2,}(?=[<])

And for the Compression, you may need some addiotional entrys to the Exluded Mime Types list. Here is what i have been using below:

image/gif
image/jpeg
image/jpg
image/png
image/bmp
application/zip
application/x-zip-compressed
application/x-gzip-compressed
application/x-compressed
application/octet-stream
application/pdf

I upgraded my DNN 3.3.2 site to 4.4.0 and have been running the Repository Module just fine with those changes.

 

 

 
New Post
4/4/2007 8:49 PM
 
Mike and G-Hunter,

You guys are a lifesaver!  Thanks so much.

-J
 
New Post
5/6/2007 5:56 PM
 

I have a similar problem. I wanted to change the whitespace filter settings to (?<=[>])\s{2,}(?=[<])|(?<=[>])\s{2,}(?= )|(?<= )\s{2,}(?=[<]). Unfortunately, I was distracted and pressed update before I applied a new filter. This rendered my production portal non-functional.

How do I reset the default whitespace filter in the database directly? Please advise.

Standing by...

Alex K.

 
New Post
5/6/2007 7:18 PM
 

The whitespace filter is not stored in the database, it's in the compression.config file. You'll find it in the root of your dotnetnuke web site. Simply edit the file with notepad. To restore the settings to the default value, paste the following and save the file.

<?xml version="1.0" encoding="utf-8" ?>
<compression>
 <excludedPaths>
 </excludedPaths>
 <whitespace>
  <![CDATA[(?<=[^])\t{2,}|(?<=[>])\s{2,}(?=[<])|(?<=[>])\s{2,11}(?=[<])|(?=[\n])\s{2,}]]>
 </whitespace>
</compression>

 

 
New Post
5/7/2007 8:20 PM
 

Thanks Steve! Worked like a charm. Appreciate the quick response.

Cheers

Alex K.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryDNN 4.4.0 and Download/Image ProblemsDNN 4.4.0 and Download/Image Problems


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