I\'ve been trying to upgrade a plugin to v3, and I\'ve managed to get past the plugin loading issues, and I\'ve managed to expose the plugin to the client environment (makin
define your plugin in "res/xml/config.xml"
find these lines in the file
and append these right after:
replace the dummy names (MyPluginName, plugins.plugin.class, etc) with the actual names. This works for me when I was getting this error:
exec() call to unknown plugin : MyPluginName