Topic: unable to install imagemanager plugin
Hello all,
I'm trying to get this to work, but have encountered some difficulties. When the image manager plugin is loaded, the files are first passed through a framework that changes the working directory. I was having trouble with requires, and changing the working directory didn't seem to work, so I modified all the require_once calls to use __DIR__ . '/' ..., and this seemed to work. But, it seems like something still isn't getting done right. I'm getting the following error:
Fatal error: Call to a member function handleError() on a non-object in /var/www/my-app/admin/webroot/tiny_mce/plugins/imagemanager/classes/Utils/Error.php on line 210
The object this is called on is supposed to be an instance of Moxiecode_Error and is declared in a global scope in several files.