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...Upgrading DNN P...Upgrading DNN P...Couple 6.1.1 upgrade problemsCouple 6.1.1 upgrade problems
Previous
 
Next
New Post
12/13/2011 11:21 AM
 

Hello,

 I upgraded from 5.6.1 to 6.1.1. The upgrade was successful, however I have a couple problems.

1) Page menu icons are no longer visible. The icons are still specified under page settings but they do not display. Examining the element in Firebug I can see there is a problem with the path specified for the icon: url("/Portals/0//Portals/0/images/icons/Cash-icon.png") as you can see /Portals/0/ is called twice in the path. Not sure why or how to fix.

 2) Accessing the container settings for Form and List module causes an error:

Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Value of '12/31/9999 12:00:00 AM' is not valid for 'SelectedDate'. 'SelectedDate' should be between 'MinDate' and 'MaxDate'. Parameter name: SelectedDate ---> System.ArgumentOutOfRangeException: Value of '12/31/9999 12:00:00 AM' is not valid for 'SelectedDate'. 'SelectedDate' should be between 'MinDate' and 'MaxDate'. Parameter name: SelectedDate at Telerik.Web.UI.RadDatePicker.set_SelectedDate(Nullable`1 value) at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.BindData() at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.OnLoad(EventArgs e) --- End of inner exception stack trace ---

This only happens with container settings for my form and list modules. I can access container settings as expected for other modules.

 Any help is appreciated. Thanks

Rich

 
New Post
12/13/2011 12:37 PM
 

Robb Bryn pointed me to this post http://www.dotnetnuke.com/Resources/Forums/forumid/200/threadid/426347/scope/posts/threadpage/4.aspx which has an SQL update query for the Tabs Table and also added an update for the modules table. I ran the following sql query and it fixed the problem of the container settings throwing an error.

UPDATE Tabs SET StartDate=NULL WHERE StartDate LIKE '%9999%';

UPDATE Tabs SET EndDate=NULL WHERE EndDate LIKE '%9999%';

UPDATE Modules SET StartDate=NULL WHERE StartDate LIKE '%9999%';

UPDATE Modules SET EndDate=NULL WHERE EndDate LIKE '%9999%';

Now to fix the page menu icon path problem. Any ideas?

 Rich

 
New Post
12/18/2011 7:20 AM
 
Rich, please try upgrading to DNN 6.1.2, which fixes issues with the calendar.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Couple 6.1.1 upgrade problemsCouple 6.1.1 upgrade 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