Quick question… I’ve tried the posted fixes already in this thread with no luck.
I’m getting the “Fatal error: No filesystem found for path: {path}” error when i try to integrate imageManager with MD Markitup. I’m also using the LG ImageManager extension - this works with no problems when I have a custom field for it. I only get the error within the MD Markitup field.
The imagemanager folder is in the root/tools directory
The config.php filepath settings are:
$mcImageManagerConfig['filesystem'] = "Moxiecode_LocalFileImpl";
$mcImageManagerConfig['filesystem.path'] = '../../uploads/';
$mcImageManagerConfig['filesystem.rootpath'] = 'uploads=../../uploads';
A JS error is logged when the imageManger pops up -
"Error: Permission denied to get property Object.loadType
Source File: http://****.com/tools/imagemanager/js/mcimagemanager.js
Line: 371"
Any thoughts?
