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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...HELP - Removed data from the Compression Settings field - causes errorHELP - Removed data from the Compression Settings field - causes error
Previous
 
Next
New Post
4/13/2011 6:33 AM
 
Hi guys,
               I removed the following string from the white space filter (under host settings / compression settings)

(?<=[^])\t{2,}|(?<=[>])\s{2,}(?=[<])|(?<=[>])\s{2,11}(?=[<])|(?=[\n])\s{2,}

I now get an error could anyone plese point me to the field in the database where the white space filter data is stored so that i can once again use DNN?

I am currently using DNN Community Version 5.06.01

Server Error in '/dnndev' 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.] 
DotNetNuke.HttpModules.Compression.Settings.GetSettings() +414
DotNetNuke.HttpModules.Compression.CompressionModule.CompressContent(Object sender, EventArgs e) +622
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +213
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +76
 
New Post
4/13/2011 7:57 AM
Accepted Answer 
Although the value of the "Use Whitespace Filter" checkbox is stored in the database HostSettings table (SettingName="WhitespaceFilter" with values Y or N), the actual regex expression for the filter is stored in the xml configuration file Compression.config located in the root install folder. You may be best to copy this file from an installation package or site filesstem backup rather than manually editing it.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
4/13/2011 9:24 AM
 
Thanks william, I actually managed to figure it out by myself. It turned out there were inconsistencies between the Compression.config in the root directory and the Compression.config in the Config directory.

Root\Compression.config -

<?xml version="1.0" encoding="utf-8"?>
<compression>
  <excludedPaths />
</compression>


Root\Config\Compression.config -

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


By replacing the file in the root directory with the one in the config directory I resolved my issue.

Thanks for the quick reply
:-)
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...HELP - Removed data from the Compression Settings field - causes errorHELP - Removed data from the Compression Settings field - causes error


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