Background: CMSMS 1.11.11 installed in a subdirectory and using pretty urls.
Config.php shows $config['root_url'] = base url + subdir, eg:
http://www.mysite.com.au/cms
.htaccess is set to RewriteBase /cms
When using MicroTiny (actually same result using TinyMCE but let's stick with MicroTiny for now), and I do not have a sub-dir, in the images directory, the MicroTiny/Images/FileBrowser frame gives the CMSMS 'Ooops, something wrong with your template' error message in the frame.
When I create a directory under uploads/images and then in a WYSIWYG textarea, eg page content edit screen, and click the icon to insert an image, the default directory is my newly created subdir of images - not the images directory.
OK, so I go up one dir to the 'images' dir .... choose my pic and insert it.
The pic then appears in my page admin edit screen but is a broken link on the front end.
My horrid workaround was to include {root_url} in the MicroTiny/Image pic URL input.
Looking at the img URL code on the frontend shows:
Code: Select all
uploads/images/mypic.com
Have I explained my dilemma well enough? Is this a bug that should be reported?