Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steffen 23 posts 67 karma points
    Dec 09, 2014 @ 16:29
    Steffen
    0

    "empty trees" symptom after upgrading from 4.0.2.1 to 4.5

    Hello 

    after I've been following this guide to upgrade 
    http://our.umbraco.org/wiki/about/roadmap/umbraco-45/upgrading-to-umbraco-45
    I've encounterd a problem 
    when I log in to the Umbraco and want to publish my website I see a empty tree and that's just about it I can change between media settings developer Content and so on but everything else is empty 
    Any suggestions to what I can do to figure out where the problem is ? 
    I've already tried the suggestions in the link. 

    any help is appreciated as I'm getting close to quitting the upgrade.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 09, 2014 @ 17:06
    Jan Skovgaard
    0

    Hi Steffen and welcome to our :)

    When you try to browse the content section do you then see any errors in the browsers console log? Have you tried looking in the umbracoLog table in the database to see if it reveals anything?

    Maybe it's also a good idea to reset permissions for the NETWORK SERVICE and IUSR accounts.

    And finally it might be a good idea to clear the /app_data/TEMP/ClientDependency folders files as well and recycle the app pool.

    Looking forward to hearing from you and hope some of these pointers help.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 09:02
    Steffen
    0

    Thanks for your reply 

    this is what the console log Writes. Clearly something is wrong. at least now I got something to work with :)

    Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/createRootFolder.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/createFolder.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/uploadFiles.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/restoreRecycledItem.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/emptyRecycleBin.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/deleteFile.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/importMediaFolder.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/uploadRootFiles.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/extractArchive.js Failed to load resource: the server responded with a status of 404 (Not Found)

    http://MyWebserver/umbraco/~/umbraco/filemanager/js/deleteFolder.js Failed to load resource: the server responded with a status of 404 (Not Found)

    umbraco.aspx:51 Uncaught SyntaxError: Unexpected token ~

    umbraco.aspx:147 Uncaught SyntaxError: Unexpected token ILLEGAL 

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 09:35
    Steffen
    0

    I cannot find the 
    /app_data/temp/ libary

    we have avoided the use of IUSR we only use the NETWORK SERVICE account and I've recycled the app pool several times with no result

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 09:41
    Jan Skovgaard
    0

    Hi Steffen

    Ok, maybe there is a /data/ folder then? It's been quite a while since I've been using Umbraco 4.5 and can't remember when the App_Data folder got introduced.

    But judging from the above log entries it seem that you perhaps need to try and overwrite the /umbraco folder again?

    How is the website setup in your IIS?

    /Jan

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 10, 2014 @ 09:45
    Dennis Aaen
    0

    Hi Steffen,

    Perhaps, the checklist in this blogpost http://www.proworks.com/blog/2011/03/03/notes-and-experiences-upgrading-umbraco-40x-to-461-and-470/ from ProWorks, can help you to get your Umbraco 4.5 installation working. They have found some issue that wasen´t documented in this documentation. http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation

    Hope this helps,

    /Dennis

    weren't documented
    weren't documented
    weren't documented
    weren't documented
    weren't documented
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 09:45
    Jan Skovgaard
    0

    Hi Steffen

    Just found a the 4.5 vesion of Umbraco at http://code.leekelleher.com/umbraco/archive/ and unzipped it.

    There is in fact an /App_data/ folder if you unzip it and have a look. So perhaps you missed copying it over when doing the upgrade? I also checked the referenced guideline, which also mentions that this folder should be copied over (among others).

    Hope this helps.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 09:55
    Steffen
    0

    yes the app_data is there but the Temp is not.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 10:03
    Jan Skovgaard
    0

    Hi Steffen

    Ah, sorry about the confusion - /TEMP is probably not added until later versions then since I can see that the /ClientDependency folder exists in the /App_Data/ClientDependency path.

    So try clearing this directory and recycle the app pool.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 10:09
    Steffen
    0

    okay I did that now and it gave me the same result as before. 
    But the fact that there is a ~ in the middle of this URL tells me that somewhere the is a problem with the files path ? or is this normal behavior to umbraco that there have to be a ~ ?

     http://MyWebserver/umbraco/~/umbraco/filemanager/js/createRootFolder.js

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 10:19
    Jan Skovgaard
    0

    Hi Steffen

    I'm not sure and that's why I was asking about how the IIS site is configured? :)

    Is it setup using virtual paths?

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 10:20
    Steffen
    0

    you asked How is the website setup in your IIS?

    I've set it up to a program group with asp.net 4 and classic. otherwise pretty standard setup.

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 10:24
    Steffen
    0

    Yes there are 3 virtual paths but they are paths we use for images but only for images. the main site is located directly where the IIS expect the webiste to be.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 10:24
    Jan Skovgaard
    0

    Hi Steffen

    Ok - Just checking since if it was setup as a virtual site it could be the culprit.

    But the setup should be fine.

    I'm afraid I'm running out of ideas.

    When you unzipped the 4.5 version - did you then use the build in zip tool in windows? If so did you then unblock the zip file before doing the upgrade using the unzipped files?

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 10:25
    Steffen
    0

    Yes I did and yes I unblocked it before I unzipped it.

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 10:30
    Steffen
    0

    Okay you gave me a link to a page that talk about upgrading umbraco with more to look at I'll start over again make a new branch and then try to follow those guidelines maybe it will fix it.

    Your help have been very appreciated.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 11:13
    Jan Skovgaard
    0

    Hi Steffen

    Sounds like a good plan - It's hard when you don't have the thing in front of yourself and can see exactly how everything has been done :)

    But please let us know how the second attempt is going.

    Cheers, Jan

  • Steffen 23 posts 67 karma points
    Dec 10, 2014 @ 14:59
    Steffen
    0

    Well I did this now Still have the same problem

    however got to reduce the problem to this from the first time.

    umbraco.aspx:156 Uncaught SyntaxError: Unexpected token ILLEGAL
    

    when I look at the location in the file I get this looking through the browser this is line 156:

    var ctxMenu = [{"id":"I","label":"\u003cdiv class=\u0027menuSpr sprDomain\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eManage hostnames\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionAssignDomain();}},{"id":"Z","label":"\u003cdiv class=\u0027menuSpr sprAudit\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eAudit Trail\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionAudit();}},{"id":"4","label":"\u003cdiv class=\u0027menuSpr sprExportDocumentType\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eExport to .NET\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionExportCode();}},{"id":"O","label":"\u003cdiv class=\u0027menuSpr sprCopy\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eCopy\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionCopy();}},{"id":"D","label":"\u003cdiv class=\u0027menuSpr sprDelete\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eDelete\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionDelete();}},{"id":"E","label":"\u003cdiv class=\u0027menuSpr sprDelete\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eDisable\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionDisable();}},{"id":"N","label":"\u003cdiv class=\u0027menuSpr sprBinEmpty\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eEmpty recycle bin\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionEmptyTranscan();}},{"id":"9","label":"\u003cdiv class=\u0027menuSpr sprExportDocumentType\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eExport Document Type\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionExport();}},{"id":"8","label":"\u003cdiv class=\u0027menuSpr sprImportDocumentType\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eImport Document Type\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionImport();}},{"id":":","label":"\u003cdiv class=\u0027menuSpr sprLiveEdit\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eEdit in Canvas\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionLiveEdit();}},{"id":"M","label":"\u003cdiv class=\u0027menuSpr sprMove\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eMove\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionMove();}},{"id":"C","label":"\u003cdiv class=\u0027menuSpr sprNew\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eCreate\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionNew();}},{"id":"!","label":"\u003cdiv class=\u0027menuSpr sprCreateFolder\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003e[createFolder]\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionNewFolder();}},{"id":"T","label":"\u003cdiv class=\u0027menuSpr sprNotify\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eNotifications\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionNotify();}},{"id":"X","label":"\u003cdiv class=\u0027menuSpr sprPackage2\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eImport Package\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionPackage();}},{"id":"Y","label":"\u003cdiv class=\u0027menuSpr sprPackage2\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eCreate Package\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionPackageCreate();}},{"id":"P","label":"\u003cdiv class=\u0027menuSpr sprProtect\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003ePublic access\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionProtect();}},{"id":"U","label":"\u003cdiv class=\u0027menuSpr sprPublish\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003ePublish\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionPublish();}},{"id":"Q","label":"\u003cdiv class=\u0027menuSpr sprLogout\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eLogout\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionQuit();}},{"id":"L","label":"\u003cdiv class=\u0027menuSpr sprRefresh\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eReload nodes\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionRefresh();}},{"id":"B","label":"\u003cdiv class=\u0027menuSpr sprPublish\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eRepublish entire site\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionRePublish();}},{"id":"R","label":"\u003cdiv class=\u0027menuSpr sprPermission\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003ePermissions\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionRights();}},{"id":"K","label":"\u003cdiv class=\u0027menuSpr sprRollback\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eRollback\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionRollback();}},{"id":"5","label":"\u003cdiv class=\u0027menuSpr sprSendToTranslate\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eSend To Translation\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionSendToTranslate();}},{"id":"S","label":"\u003cdiv class=\u0027menuSpr sprSort\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eSort\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionSort();}},{"id":"H","label":"\u003cdiv class=\u0027menuSpr sprToPublish\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eSend To Publish\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionToPublish();}},{"id":"A","label":"\u003cdiv class=\u0027menuSpr sprUpdate\u0027\u003e\u003c/div\u003e\u003cdiv class=\u0027menuLabel\u0027\u003eUpdate\u003c/div\u003e","visible":function() {return true;},"action":function(N,T){UmbClientMgr.appActions().actionUpdate();}},{"id":"ɯ","label":"[importMediaFile]","icon":"/../../filemanager/images/import.png","visible":function() {return true;},"action":function(N,T){parent.ImportMedia(\u0027[importMediaFile]\u0027);}},{"id":"Ɖ","label":"[deleteFile]","icon":"/../../filemanager/images/deletefile.png","visible":function() {return true;},"action":function(N,T){parent.DeleteFile(\u0027[deleteFile]\u0027,\u0027[deleteFileAreYouSure]\u0027);}},{"id":"א","label":"[createRootFolder]","icon":"/../../filemanager/images/newfolder.png","visible":function() {return true;},"action":function(N,T){parent.CreateRootFolder(\u0027[createRootFolder]\u0027);}},{"id":"Ƌ","label":"[createFolder]","icon":"/../../filemanager/images/newfolder.png","visible":function() {return true;},"action":function(N,T){parent.CreateFolder(\u0027[createFolder]\u0027);}},{"id":"Ř","label":"[restoreRecycledItem]","icon":"/../../filemanager/images/restoreRecycledItem.png","visible":function() {return true;},"action":function(N,T){parent.RestoreRecycledItem(\u0027[restoreRecycledItem]\u0027);}},{"id":"Ď","label":"[uploadFiles]","icon":"/../../filemanager/images/upload.png","visible":function() {return true;},"action":function(N,T){parent.UploadFiles(\u0027[uploadFiles]\u0027);}},{"id":"Ē","label":"[emptyRecycleBin]","icon":"/../../filemanager/images/emptyRecycleBin.png","visible":function() {return true;},"action":function(N,T){parent.EmptyRecycleBin(\u0027[emptyRecycleBin]\u0027,\u0027[emptyRecycleBinAreYouSure]\u0027);}},{"id":"đ","label":"[uploadRootFiles]","icon":"/../../filemanager/images/upload.png","visible":function() {return true;},"action":function(N,T){parent.UploadRootFiles(\u0027[uploadRootFiles]\u0027);}},{"id":"Ɗ","label":"[deleteFolder]","icon":"/../../filemanager/images/deletefolder.png","visible":function() {return true;},"action":function(N,T){parent.DeleteFolder(\u0027[deleteFolder]\u0027,\u0027[deleteFolderAreYouSure]\u0027);}},{"id":"Ɯ","label":"[importMediaFolder]","icon":"/../../filemanager/images/import.png","visible":function() {return true;},"action":function(N,T){parent.ImportMediaFolder(\u0027[importMediaFolder]\u0027);}},{"id":"Æ","label":"[extractArchive]","icon":"/../../filemanager/images/extractArchive.png","visible":function() {return true;},"action":function(N,T){parent.ExtractArchive(\u0027[extractArchive]\u0027);}}];  
    

    when I look in the file through visual studio this is line 156:

    Line 153:      UmbClientMgr.historyManager().addHistory(initApp != "" ? initApp :
    Line 154:                                                            UmbClientMgr.historyManager().getCurrent() != "" ?      
    Line 155:                                                            UmbClientMgr.historyManager().getCurrent() :
    Line 156:                                                            "<%=DefaultApp%>", true);
    
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 10, 2014 @ 19:41
    Jan Skovgaard
    0

    Hi Steffen

    Could it be an issue with the character set used in the database schema perhaps? Are you using MySQL or MSSQL?

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 12, 2014 @ 08:48
    Steffen
    0

    I'm using mssql Database. How do I resolve such a conflict ? I'm Mildly said not that experienced with database schema.

  • Steffen 23 posts 67 karma points
    Dec 17, 2014 @ 10:30
    Steffen
    0

    I have found the specific Illegal character.

     {
    "id": "ɯ",
    "label": "[importMediaFile]",
    "icon": "/../../filemanager/images/import.png",
    "visible": function() {
        return true;
    },
    "action": function(N, T) {
        parent.ImportMedia(\u0027[importMediaFile]\ u0027);
    }
    

    should have been like this

    parent.ImportMedia("\u0027[importMediaFile]\ u0027");
    

    and it does this a lot in the last one third of this section.

    However when I go to the umbraco.aspx these lines of code does not exist so I'm thinking it's because of umbraco that generate something.? so my question is where do I go or how do I correct this in my umbraco installation ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 17, 2014 @ 10:37
    Jan Skovgaard
    0

    Hi Steffen

    Hmm, that's weird...u0027 is the character code for apostrophe...so instead of writing parent.ImportMedia("u0027[importMediaFile]\u0027"); you can write parent.ImportMedia('[importMediaFile]').

    However this is not something that you should have to do manually though...

    Ehm, what character set is being used on your database? Is it running UTF-8?

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 17, 2014 @ 10:55
    Steffen
    0

    I've found with some help from a coworker that we are running the database as collation DanishNorwegianCI_AS

    we can't find anywhere where it says UTF-8

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 17, 2014 @ 11:02
    Jan Skovgaard
    0

    Hi Steffen

    Hmm...when I get home from work today I can try checking what my charset usually is.

    But I have a suspicion it might be a unicode issue somehow.

    Unfortunately I don't have access to an Umbraco installation at work currently.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 17, 2014 @ 11:37
    Steffen
    0

    so Assuming it's a Unicode Issue how do I resolve that ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 17, 2014 @ 21:22
    Jan Skovgaard
    0

    Hi Steffen

    My thought turned out to be wrong. Just checked my setup at home and it's using the same collation as yours.

    Thinking about it it would not make much sense either since it happens in the files and not from the database. Sorry about the confusion.

    Would it be possible for you to do a search and replace for the u0027 string and replace it with ' ?

    If you can do it for each of the unicode chars that for some reason appears in your files then it might solve the issue? I know it's not ideal but it's worth trying out I think.

    You have not been editing some of the files by hand during the upgrade process for some reason? I'm a bit puzzled as to why you're having these weird signs in them.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 18, 2014 @ 08:07
    Steffen
    0

    how can I replace it ? I've tried javascript but realized that it's a object that I receive that generate the text. then I tried to look at the source to trace it I found a place were I might would had been able to but it seems that the string is not containing any u0027 at that point. I'm still trying to figure this out but I also realize that the /u003 is a < and that it seems all special characters need to be replaced, that's a lot of work if we don't have a easy way to do it.

  • Steffen 23 posts 67 karma points
    Dec 18, 2014 @ 08:37
    Steffen
    0

    I'm getting to the point where I'm thinking I should install Umbraco 4.11.10 and then just make a copy past of the things I have made my self to recreate the site from the bottom up I'm thinking there is a bigger success chance at that, as well as it would force me to rethink some of the old ways. I know it's probably more work than upgrading but at least then I might not upgrade in to a error like this ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 18, 2014 @ 15:18
    Jan Skovgaard
    0

    Hi Steffen

    Sorry about the late answer. Yeah I'm also a bit unsure what is going on and where it might be worth looking in order to be able to get the output rendered correctly.

    I think that making a clean installation would probably be a good choice. Perhaps CMS import can be of any use in order to migrate the content.

    But as you mention you need to be aware of several things when doing so. But those would probably be the same issues you would be facing if the upgrade succeeded.

    You need to think about 3rd party package compatibility if you rely on some of those. Since the Multinode Tree Picker from uComponents has been made a part of the core since the 4.8 release you need to research how you should go about dealing with this potential issue.

    And if you're making use of the Umbraco API you probably need to check if things still work as expected or if you might need to refactor,

    Hope some of these pointers are useful after all.

    /Jan

  • Steffen 23 posts 67 karma points
    Dec 19, 2014 @ 07:44
    Steffen
    0

    I would like to thank you for your support on this subject even we didn't find the solution at least now I've gotten a lot further with just making a fresh install.

    I've got a different issue with that but I'll start a separate topic on that as it have moved away from this topic by a lot.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 19, 2014 @ 08:05
    Jan Skovgaard
    0

    Hi Steffen

    Yeah, I'm sorry that we were not able to figure out this specific issue. But sometimes it's also a bit hard to figure out what is going on when one don't have the "hands in the dirt" so to speak :)

    I've added a few suggestions to the other topic as well.

    Hope we figure that one out though! :)

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft