私は共有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ページに行くと、このエラーはバックエンドに接続できません. バックエンドが見つかりません。私を助けてください