I'm using etomite very happily but I'm not that into the manager-code. I modified the /manager/actions/static/site_logging.static.action.php a bit and now need to run a snippet in order to get some informations I need. (The snippet itself runs a couple of other snippets by calling runSnippet(...) again.)
When I try to run a snippet by calling "$ret = $etomite->runSnippet(...);" I get an undefined function error. The same with $this->runSnippet(...) and I even tried $e->runSnippet(...). (Found the $e in some scripts.) But without success!
How is the runSnippet-method to be called from within the manager? Could one instatiate a new etomite-class from within the script? Or what else could solve my problem?
Thanks.
Yours, Ingo.
P.S. Don't know if this is the right place to post...










