我有一个共享 linux apach 主机,我将 elfinder 放在 public_html/js/elfinder 中,这是我的 connector.php 设置
array(
'driver' => 'LocalFileSystem', // driver for accessing file system (REQUIRED)
'path' => '/uploads', // path to files (REQUIRED)
'URL' => dirname($_SERVER['PHP_SELF']) . '/uploads', // URL to files (REQUIRED)
'accessControl' => 'access' // disable and hide dot starting files (OPTIONAL)
)
这是我的 jquery 设置
$().ready(function() {
var elf = $('#elfinder').elfinder({
url : 'js/elfinder/php/connector.php' // connector URL (REQUIRED)
}).elfinder('instance');
});
但是当我转到 elfinder 页面时,此错误显示无法连接到后端。未找到后端。请帮我