hi all, I have elfinder 2 and I need put elfinder in my root directory of my project. and also need to browse my project folder with elfinder. so I write this configurations:
$opts = array(
'debug' => true,
'roots' => array(
array(
'driver' => 'LocalFileSystem',
'path' => '../../',
'URL' => '/some/',
'alias' => 'System'
)
)
);
then I got this error : invalid backend configuration Readable volumes not available
how can I do it with efinder? I can't put it in outside of my project.
[Last edited Jun 25, 2012 14:00:52]