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...Unsuccesful 5.4.4. upgrade from 5.2Unsuccesful 5.4.4. upgrade from 5.2
Previous
 
Next
New Post
7/5/2010 12:46 PM
 
It has been a couple of days now.  I give up.  I keep going around in circles.  I'm upgrading 5.2 to 5.4.4 and not as succsessful as I would like to see.  Frustrating, frustrating, frustrating.
.
    1) First problem I had was was permissions with Install/Cleanup files.  All directories were set for defaultAppPool/full control.  I have been going around in circles, reloading   backup, redo upgrade, etc.  Finally I got around this but not sure how.  I definitely went through the entire webite structure until I got by this error.  Remember this is an upgrade so I'm not sure why I have to change permissions that were working before the upgrade.

    2) Telerik wrong version issue with dnnWindowManager... nice controls but a bear to manage, I always have some sort of issue with these controls.  Took me awhile to get to work but tried some much that, again, I'm not sure what fixed it...

The project currently contains references to more than one version of Telerik.Web.UI, a direct reference to version 2009.3.1104.35 and an indirect reference (through 'DotNetNuke.Web.UI.WebControls.DnnWindowManager') to version 2010.1.309.35. Change the direct reference to use version 2010.1.309.35 (or higher) of Telerik.Web.UI....    I think it was moving 2010.1.309.35 version to the bin directory and updating the bindingRedirect tag in the web.config.  That one was weird because I figured I would have to just update 'newVersion' attribute to the 2010.10.1.309.35, but no, what got it to work was, <bindingRedirect oldVersion="2007.1.1.20-2011.4.2000.20" newVersion="2010.1.309.35" />'. 

Why? I have no idea.  By the way what is the direct reference and who do I change it?

  3)  That seemed to fix one telerik problem to just give me another version issue.  I finally created a test asp page, moved a 2010.1 component on the page, it asked if I wanted to update the file in the bin.  I did that, recompiled and it seemed that I have moved passed the telerik isseus (for now).

  4)  Finally got the default page to come up.  I wanted to upload a few extensions.  In doing so, I received the following error to display under the list of available extensions:

"at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.DirectoryInfo.Create() at DotNetNuke.Services.Installer.Util.WriteStream(Stream SourceStream, String DestFileName) at DotNetNuke.Services.Installer.InstallerInfo.ReadZipStream(Stream inputStream, Boolean isEmbeddedZip) at DotNetNuke.Services.Installer.InstallerInfo..ctor(Stream inputStream, String sitePath) at DotNetNuke.Services.Installer.Installer..ctor(Stream inputStream, String physicalSitePath, Boolean loadManifest, Boolean deleteTemp) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, String packageType, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey) in C:\inetpub\wwwroot\HolyApostleDNN\desktopmodules\Admin\Extensions\BatchInstall.ascx.vb:line 198
":

I tried using uploading, from 'Module Definition', the same module and got the darn access denied problem again on the /temp/ files used for uploading.  I have tried all sorts of things to set the permissions correctly and all look like they are but I still cannot upload a new extensions.

Is there any place that has the list of the issues people are running into and how to resolve them.   Everytime I google with different search parms, I get different resolution to the problems.  I'm not sure why Windows 7 has been out for awhile that we have these issues with upgrading.

What is really frustrating is to hear the DotNetNuke team say...  " I have updated all of my sites with no problems at all "  .  There are a number of common errors that are reported out here in the great world wide web with upgrading but no definitive resolution.


Help if you can.
pfinfrock@topco.com
 
New Post
7/5/2010 2:02 PM
 
On your Windows 7 install, how do you access DNN? http://localhost/dotnetnuke ? or are you using a domain?

Is DNN setup on it's own website? What ApplicationPool  is it running under? It sounds to me like you have your site running under a different application pool then default, and that is likely causing most of the errors you are having.

What package (install/source/upgrade) did you use when you first installed DNN? What package are you trying to use to upgrade?

As for the comment about " I have updated all of my sites with no problems at all " I assume you saw one of my ratings. To be honest, I have upgraded all my sites without any issues. The troubles you are having all appear to be permission based, possibly even the Telerik issues as things aren't getting cleaned up as they should.

Once you have the permissions issues squared away it will likely be smooth sailing.

Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
7/5/2010 2:24 PM
 
Please don't get me wrong Chris, I believe you did upgrade with no problems, the frustrating part is I'm doing something wrong and can't get that success. I know most of the problems are Windows 7 security which not easy to debug either.

I'm trying to upgrade on my laptop/lodalhost using IIS 7 in development envirnoment before I actually update the actual site (my church, www.thechurchofholyapostles.org) on GoDaddy and I can't wait until I start that task :)

I also have a dubious task of ugrading the website at my workplace from 4.9(community version) to the latest 5.4.4 (pro version) or later depending on when I get to it. The core code has been changed, from what I was told and I have to figure out where yipeee.. So this is practice...

There is so many different places to set permission or attributes that effect permissions that I'm sure I have everything messed up by now. I orginally installed with with web install and this time I upgraded. I am currently in the process of going thru my IIS setup. I'm using defaultAppPool.

Thank you so much for getting back to me quickly.

Pat Finfrock
 
New Post
7/5/2010 2:51 PM
 
Chris,

Good suggestion, I was using Classic Asp instead of defaultAppPool on localhost. Once I changed that I was able to use Module Definition option to upload Telerik Editor Provider. Now that I'm getting the permissions almost right, I'm going to try from the beginning again and see how far I can get. Hopefully I can get the 'Smooth Sailing'.


Thanks so much!

Pat
 
New Post
7/5/2010 5:11 PM
 
Pat, they're all permissions related errors. I blogged about the necessary windows 7 permissions @ http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2420/Windows-7-Windows-2008-R2-cross-application-pool-isolation.aspx , theres also an alternative setup described @ http://www.dnncreative.com/Forum/tabid/88/forumid/1/tpage/1/view/topic/postid/22401/Default.aspx#26927 . Once this is resolved your upgrade will work fine i.e. the install/cleanup files can delete any necessary files, the installer can updated the web.config so the correct assemblybindigredirect is used for the updated telerik version and the various items which create new folders (such as the module definition dialog) will work as expected.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Unsuccesful 5.4.4. upgrade from 5.2Unsuccesful 5.4.4. upgrade from 5.2


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