Invalid backend configuration

Added by Sistema Datos 10 months ago

Hello i received invalid backend configuration when i open elfinder manager:

when i execute the code in a browser i receive this tree:

http://localhost/elfinder/connectors/php/connector.php (server apache)

It's good:
----------

{

    disabled: [ ]
    -
    params: {
        dotFiles: false
        uplMaxSize: "128M" 
        archives: [ ]
        extract: [ ]
        url: http://localhost/elfinder/files/
    }
    -
    debug: {
        time: 0.3088698387146
        mimeDetect: "internal" 
        imgLib: "mogrify" 
        dirSize: true
        du: null
    }
    -
    cwd: {
        hash: "37126899b28d18c49078dd479c711876" 
        name: "Home" 
        mime: "directory" 
        rel: "Home" 
        size: 0
        date: "5 Aug 2011 16:54" 
        read: true
        write: true
        rm: false
    }
    tmb: true
    -
    cdc: [
        -
        {
            name: "pepe" 
            hash: "5d612b30b5bb58e3df8afe9857cc11cd" 
            mime: "directory" 
            date: "Today 16:55" 
            size: 0
            read: true
            write: true
            rm: true
        }
        -
        {
            name: "Copia de Copia de Pepe.jpg" 
            hash: "4accbe668c029144e49d90617b5e1a41" 
            mime: "image/jpeg" 
            date: "28 Jul 2011 14:40" 
            size: 25517
            read: true
            write: true
            rm: true
            url: http://localhost/elfinder/files/Copia%20de%20Copia%20de%20Pepe.jpg
            dim: "445x328" 
            resize: true
        }
        -
        {
            name: "Copia de Pepe.jpg" 
            hash: "54d660770819fb94b68d30bca6e17fe9" 
            mime: "image/jpeg" 
            date: "28 Jul 2011 14:40" 
            size: 25517
            read: true
            write: true
            rm: true
            url: http://localhost/elfinder/files/Copia%20de%20Pepe.jpg
            dim: "445x328" 
            resize: true
        }
        -
        {
            name: "Pepe.jpg" 
            hash: "f4cae7f2a54a1e089f44326fe30278ff" 
            mime: "image/jpeg" 
            date: "28 Jul 2011 14:40" 
            size: 25517
            read: true
            write: true
            rm: true
            url: http://localhost/elfinder/files/Pepe.jpg
            dim: "445x328" 
            resize: true
        }
    ]
    -
    tree: {
        hash: "37126899b28d18c49078dd479c711876" 
        name: "Home" 
        read: true
        write: true
        -
        dirs: [
            -
            {
                hash: "5d612b30b5bb58e3df8afe9857cc11cd" 
                name: "pepe" 
                read: true
                write: true
                dirs: [ ]
            }
        ]
    }

}

But in my app I receive answer empty: (my app runs in a tomcat server and i call url "http://localhost/elfinder/connectors/php/connector.php" to a apache server"...

I have 2 web servers Apache tomcat + apache xampp (to execute connector written in php)

Anybody knows something is really urgent... and i dont know what to do...

firebug_result.JPG - firebug result... (42.8 kB)


Replies (2)

RE: Invalid backend configuration - Added by Troex Nevelin 9 months ago

I'm not sure that I understand what are you trying to do? Are you trying to proxy requests to connector through your java app or what?

RE: Invalid backend configuration - Added by Sistema Datos 9 months ago

problem solved thanks...

(1-2/2)