Copied to clipboard

Flag this post as spam?

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


  • Matthew Kirschner 323 posts 611 karma points
    Dec 22, 2014 @ 21:37
    Matthew Kirschner
    0

    Missing files in .zip

    When I download and install nuPickers from the zipped package, I get javascript errors in the console claiming that there are missing js and css files. Sure enough, when I look in the App_Plugins, There is only a manifest and dll. Same thing with the zip package.

    Am I missing something or are these files actually missing?

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

    Hi Matthew

    What does the error message say specifically? And what version of Umbraco are you using?

    /Jan

  • Matthew Kirschner 323 posts 611 karma points
    Dec 22, 2014 @ 21:57
    Matthew Kirschner
    0

    I'm using Umbraco v7.2.1.

    The error is a 500 internal server error. The page is failing to retrieve any files in App_Plugin since they're simply not there after the install.

    Example of a file from a failed GET request:

    http://localhost:52949/umbraco/App_Plugins/nuPickers/Shared/CustomLabel/CustomLabelConfigController.js?cdv=1861148540

    I've also checked the .zip package I downloaded and the files aren't in there either.

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

    Hi Matthew

    Ok, so you don't see a .dll file and a package.xml file when unzipping it?

    Where did you download the zip from? And was it version 1.2.1?

    /Jan

  • Matthew Kirschner 323 posts 611 karma points
    Dec 22, 2014 @ 22:26
    Matthew Kirschner
    1

    I've just deleted all packages that were causing me trouble (this and uckeditor). I re-installed this package and now everything is working as it should. I'm going to blame the other package.

    Still, I find the missing file errors bizzarre since they aren't anywhere in my project even with a working installation. For example, in the path I refenced above, I don't even see an Umbraco/App_Plugins directory in my project, let alone any extra nuPicker files aside from the DLL and XML.

    Thanks for your swift replies.

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

    Hi Matthew

    Ok, sounds like there might be a conflict there for some reason.

    But in regards to the nuPickers...have you checked if there is a .dll reference to it in the /bin folder?

    /Jan

  • Matthew Kirschner 323 posts 611 karma points
    Dec 22, 2014 @ 22:54
    Matthew Kirschner
    1

    Yup, uComponents.nuPickers.dll is referenced in my bin folder. Still confused, but all is fine now.

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Dec 23, 2014 @ 11:49
    Hendy Racher
    0

    Hi Matthew,

    Just to confirm, the nuPickers package installs a single dll into the /bin folder (all the js / css / images are embedded within this dll)

    see: http://www.nibble.be/?p=415

    HTH,

    Hendy

  • Matthew Kirschner 323 posts 611 karma points
    Dec 23, 2014 @ 15:04
    Matthew Kirschner
    0

    Well, that certainly clears things up. I had no idea this was possible. Thanks again!

Please Sign in or register to post replies

Write your reply to:

Draft