On Feb 26, 3:15 am, Mark Jones <[email protected]> wrote: > > Try refreshing the docs page. The instructions have been updated. > I saw that. I should have just waited 5 more minutes :) > > I'm still seeing the old behavior. Is there a way to see what plugins > FarCry is *currently* aware of? I've had no luck getting the scope > dump tool to work, so I haven't tried that yet.
Does anyone get the "scope dump" tool to work? Am trying to work out if its something that broke in 5+ or something that broke remoting in cf8. You can tell what FarCry has registered as plugins by dumping #application.plugins# and #application.stplugins# -- unfortunately its not really going to tell you whether or not your plugin loaded successfully. Where is the "plugin explorer" when you need it? Make sure that you have a plugins folder that is directly underneath the root /farcry folder, ie. /farcry/plugins. Then check that your plugin is simply ./plugins/pluginname and the unpacking of the zip hasn't accidentally added another intermediary folder, eg. ./plugins/ myplugin/myplugin. Last but not least.. you could simply grab Jeff's image.cfc and place it in your project directly under ./projectname/packages/formtools/ image.cfc (the plugin is essentially just a single component). -- geoff http://www.daemon.com.au/ (Plugin Explorer TM coming soon) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
