In this method, you will create your own temporary extension provider:
/path/to/your/wwwroot/luceeExtensionProvider
(you should then have 2 files in that folder: cfpoi.zip and ExtensionProvider.cfc)/path/to/your/wwwroot/luceeExtensionProvider/Application.cfc
with the contents component {}
http://your_local_site_host/luceeExtensionProvider/ExtensionProvider.cfc
(ensure you are using the correct port in your setup)Application.cfc
with the contents component {}"
am I missing something I'm supposed to add here.... was I supposed to add code there? or was I suppose to extract the entire zip.... then when I go to the web admin and add the extensions in either case I get an error, I've attached some screen shots of my provider settings and the folder structures, any advice would be greatly appreciated... I apologize for blurs, it's a government system I'm working on.In that screenshot your physical folder is luceeExtensionsProvider (plural Extension
s) but arent you referencing luceeExtensionProvider (extension singular)?