Copied to clipboard

Flag this post as spam?

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


  • Mike Cooper 10 posts 50 karma points
    Nov 08, 2012 @ 02:13
    Mike Cooper
    0

    4.9.0 Virtual Directory install problems w/ Media section view/upload

    For the most part installing in a Virtual Directory is pretty painless.
    Modifying the web.config to <add key="umbracoUseDirectoryUrls" value="true" /> worked well.
    The site and back office are up and running.... everything but the media section.

    It appears as though some of the js includes are hardcoded as absolute paths (ie: "/umbraco/") or at least that's how they're printing to screen in the browser's view source. I need the js, css and image files to be included using my virtual directory path of "/VIRTUALDIRECTORYFOLDER/umbraco/").

    This is breaking my media thumbnail viewer and multiple file uploader. I've searched the site files looking for where these includes are assigned and I can't find where they're being loaded.

    Can someone please tell me how/where to fix this js include path problem?

    In FireBug I'm showing these errors loading js, css and images....

    "NetworkError: 404 Not Found - http://mysite.com/umbraco/developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js"

    "NetworkError: 404 Not Found - http://mysite.com/umbraco/developer/RelationTypes/TreeMenu/ActionNewRelationType.js"

    "NetworkError: 404 Not Found - http://mysite.com/umbraco/images/speechBubble/speechBubble_close.gif"

    "NetworkError: 404 Not Found - http://mysite.com/umbraco_client/propertypane/style.css"

    "NetworkError: 404 Not Found - http://mysite.com/umbraco_client/propertypane/images/propertyBackground.gif"

    "NetworkError: 404 Not Found - http://mysite.com/umbraco/images/listitemorange.gif"

    Thank you iun advance for any help or guidance.

     

     

     

  • Steve Temple 63 posts 324 karma points MVP 3x c-trib
    May 02, 2013 @ 15:27
    Steve Temple
    0

    I also get these same issues running Umbraco in a virtual directory, did you ever get a response?

    Cheers,

    Steve

  • Connie DeCinko 931 posts 1160 karma points
    Aug 06, 2013 @ 22:54
    Connie DeCinko
    0

    Well, this issue hasn't been fixed for the latest version (6.1.3) either! I am getting the same errors when going to the Developer tab.

  • hr.moller 6 posts 26 karma points
    Aug 07, 2013 @ 00:35
    hr.moller
    0

    i have same issue - missing that first directory path part (the webapplication) when doing the multiple file upload in media section. so it calls webservices dir just short of one dir part :-( create file - and then upload one file - works. Umbraco 4.10.1

  • hr.moller 6 posts 26 karma points
    Aug 07, 2013 @ 16:13
    hr.moller
    0

    The only hardcoded part I can find is in folderbrowser.js line 180. CodeBehind files might have some hardcoded as well - but my best guess is that this "what seems to be hardcoded" url's are actually a problem found within js files. That the part of .js building upload forms etc. (stuff primarily in umbraco_client folder) are putting together bits and pieces to complete the actual HTML - and in those steps forgets to do a "is this a root web or one level down from there?" check.

  • Damian Green 452 posts 1433 karma points
    Jan 26, 2015 @ 13:27
    Damian Green
    0

    Im getting this in the latest 7.2.1 when using a VD and im getting a lot of issues with being able to access the backend. The browser just enters a loop. Im wondering whether these files not been found is contributing to that?

Please Sign in or register to post replies

Write your reply to:

Draft