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?
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.
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?
Hi Matthew
What does the error message say specifically? And what version of Umbraco are you using?
/Jan
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.
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
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.
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
Yup, uComponents.nuPickers.dll is referenced in my bin folder. Still confused, but all is fine now.
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
Well, that certainly clears things up. I had no idea this was possible. Thanks again!
is working on a reply...