Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-06-10 11:35:18

Pioden
Xinha Community Member
From: Bangor, Wales
Registered: 2008-06-06
Posts: 39
Website

Extended File Manager Bug?

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

#2 2008-06-11 13:36:05

Pioden
Xinha Community Member
From: Bangor, Wales
Registered: 2008-06-06
Posts: 39
Website

Re: Extended File Manager Bug?

Anyone got any ideas aout this one? I tried to post a ticket but Trac says

Error: Forbidden

TICKET_CREATE privileges are required to perform this operation

:-(

Offline

#3 2008-06-17 04:29:18

Pioden
Xinha Community Member
From: Bangor, Wales
Registered: 2008-06-06
Posts: 39
Website

Re: Extended File Manager Bug?

Let me rephrase this! Has anyone got EFM working properly with Xinha 0.95?

Offline

#4 2008-07-01 11:11:41

Pioden
Xinha Community Member
From: Bangor, Wales
Registered: 2008-06-06
Posts: 39
Website

Re: Extended File Manager Bug?

Bumping  in the hope of a reply!!

Offline

Board footer

Powered by FluxBB