Take the community feedback survey now.

Per Nergård (MVP)
Nov 21, 2012
  2898
(2 votes)

Weirdest bug of the year?

Today I was deploying some new functionality on a customer site which included adding a couple of new properties.

Added the properties and code and tested the new function and all was ok. So now it was only left to move the properties to the correct position with drag and drop and I would be done.

I moved the properties to the desired position and would just do a last check that everything was ok.

I  tried to create a page of the changed type but when I published the page it exploded with a cryptic null reference exception. Browsing to an already existing page of the affected type gave the same error.

I should immediately have come to the conclusion that the drag and drop positioning of the properties had caused this but I didn’t.

Panic! I rolled back the changes with no change, I started considering some weird corruption of the page type in the database and all other strange things.

Then I remembered that we on this particular page type have a property with a default value that is used to control the rendering of the page.

I checked the property and compared to a staging environment and the default value was gone!!

Sure enough adding the value and saving the property  corrected the error.

I then recreated the error in my development environment. Moving a property on a page type and “crossing” another property with a default value will in fact remove that default value!

We sure missed something in our fallback code but I guess that It can be good to be aware of this if you suddenly get some weird error after doing a little property rearranging.

This was for a CMS6 R2 installation.

Nov 21, 2012

Comments

Eric
Eric Nov 21, 2012 08:46 PM

Nice feature :) reported as a bug to episerver?

Per Nergård (MVP)
Per Nergård (MVP) Nov 21, 2012 09:17 PM

Eric: Yes I have reported it to EPiServer.

Nov 22, 2012 02:12 PM

Similar issues with default values being lost can be caused when using CMS 6 R2 and PageTypeBuilder and having page type properties with the same sort order.

Please login to comment.
Latest blogs
Content modeling for beginners

  Introduction Learning by Doing – Optimizely Build Series  is a YouTube series where I am building  a fictional  website called  TasteTrail , food...

Ratish | Sep 14, 2025 |

A day in the life of an Optimizely OMVP - Enhancing Search Relevance with Optimizely Graph: Synonyms and Pinned Results

When building search experiences for modern digital platforms, relevance is everything. Users expect search to understand their intent, even when...

Graham Carr | Sep 14, 2025

Optimizely CMS and HTML validation message: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

When using the W3C Markup Validation Service, some annoying information messages pop up because Optimizely CMS adds the trailing slash to...

Tomas Hensrud Gulla | Sep 14, 2025 |

Turbocharge your strings - a case of display channels

When doing a routine performance test, during a CMS 12 upgrade, I was able to achieve 95% performance improvement. Let's look at SearchValues with ...

Stefan Holm Olsen | Sep 14, 2025 |