You are not logged in.
Pages: 1
I'm posting this here as I'm not sure if this is a bug or simply strange behaviour that is already known.
I set up EFM and edited the config file to suit. The important lines in this case are:
$IMConfig['base_dir'] = getcwd();
$IMConfig['base_url'] = '';
/*
File system path to the directory you want to manage the images
for multiple user systems, set it dynamically.
*/
$IMConfig['images_dir'] = '/var/www/html/images/';
Looks fine to me. However when I open the Image Manager I get "Invalid base directory: /var/www/html/images/". On examination of the HTML source of the image manager I find
<script type="text/javascript">
/* <![CDATA[ */
if(window.opener)
Xinha = window.opener.Xinha;
var thumbdir = "thumbnails";
var base_url = "/test_zone/xinha/plugins/ExtendedFileManager//var/www/html/images/";
*rest edited out *
</script>
It looks like base_url is base_dir and images_dir welded together!
Is this a known issue? I couldn't find anything in the forum archive. Is there a recommended work around?
Offline
Pages: 1