Copied to clipboard

Flag this post as spam?

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


  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 16:01
    Bill Haggerty
    0

    nuPicker works in Express, but not on IIS

    Hello !!

    nuPickers works great in IIS Express, but when I try to run the same thing in IIS, it gives this error:

    Request error: The URL returned a 404 (not found): /App_Plugins/nuPickers/Shared/CheckBoxPicker/CheckBoxPickerEditor.html

    I have examined ClientDependency.config, added my domain, deleted the clientdependency cache, run this with debug=true in web.config, tried what I could find on the github and our.umbraco, but so far, still stuck.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 07, 2016 @ 16:03
    Jeavon Leopold
    0

    Hi Bill,

    What version of Umbraco and NuPickers are you using?

    Jeavon

  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 17:13
    Bill Haggerty
    0

    Apologies, I should have stated in original post: Umbraco - 7.4.3 nuPickers - 1.5.3

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 07, 2016 @ 17:18
    Jeavon Leopold
    0

    Ok, and when you run with debug=true you still get the same problem?

    Is this the same for all nuPickers editors on only the CheckBoxPicker?

  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 17:39
    Bill Haggerty
    0

    Just tried adding a nuPickers: DotNet DropDown Picker and got this:

    Request error: The URL returned a 404(not found): /App_Plugins/nuPickers/Shared/DotNetDataSource/DotNetDataSourceConfig.html

    ... and also 404's for RelationMappingConfig.html and SaveFormatConfit.html

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 07, 2016 @ 18:05
    Jeavon Leopold
    0

    Strange, you shouldn't need to make any changes to ClientDependency.config for it to work just fine.

    Are you running in a virtual directory or any other unusual setup?

  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 18:26
    Bill Haggerty
    0

    As far as I know, pretty close to a standard hybrid Umbraco setup. Especially with regards to nuPicker.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 07, 2016 @ 19:04
    Jeavon Leopold
    0

    and are you running IISExpress and IIS on the same machine?

  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 19:58
    Bill Haggerty
    0

    Yes - same machine for Express and IIS

  • Bill Haggerty 43 posts 177 karma points
    Jun 07, 2016 @ 20:40
    Bill Haggerty
    100

    It is fixed. Not very satisfying though. What fixed it was to completely remove the site from IIS and re-install it.

    I would have preferred that it be some setting or change that is re-producible.

    Thank you Jeavon for your help !!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 07, 2016 @ 20:41
    Jeavon Leopold
    0

    Wow, that's odd. I was about to ask if you could send me your files in a zip as didn't know where to go next!

  • Bill Haggerty 43 posts 177 karma points
    Jun 08, 2016 @ 15:05
    Bill Haggerty
    0

    After looking at this yet again, it seems I now know what was really causing the issue.

    The non-working case is in a virtual directory.

        Sites
           \Test <<Parent website
                \ClientPortal  << this is the Umbraco site
    
    So the address would be http://someAddress/ClientPortal
    

    It was confusing for me, because I started with IIS Express, then moved to IIS on my development machine, and then on to a different physical server in test environment.

    I saw an issue on GitHub/uComponents/NuPickers where it seems someone else had a problem with nuPickers in a virtual directory.

    I hope there is some workaround or fix ??

  • Carina 12 posts 73 karma points
    Aug 02, 2016 @ 01:49
    Carina
    0

    Hi Bill, any luck on this? I've actually got the same setup where Umbraco is running in a virtual directory and nuPickers doesn't work. Would be great if there's a workaround.

    Looking forward to hearing from you.

  • Bill Haggerty 43 posts 177 karma points
    Aug 02, 2016 @ 14:15
    Bill Haggerty
    0

    Carina,

    Unfortunately, I cannot describe any workaround. What I did was drop the nuPicker from the project. If you really need it, I would suggest trying downloading and creating the project in your solution.

    Then, you may have a chance to at least fix the source code for your situation. And possibly create a pull request that fixes it for everyone. I considered trying to do that, but for me, the time to try to fix it was not worth just changing the design.

    Bill

Please Sign in or register to post replies

Write your reply to:

Draft