2016-09-07 70 views
0

私はelFinderで作業を始めていますが、理由はわかりませんが、このエラーは"Unable to connect to backend.Backend not found."です。 connector.phpはこのelFinderエラー "バックエンドに接続できません。バックエンドが見つかりませんでした。"

$opts = array(
    // 'debug' => true, 
    'roots' => array(
     array(
      'driver'  => 'LocalFileSystem',   // driver for accessing file system (REQUIRED) 
      'path'   => '../files/',     // path to files (REQUIRED) 
      'URL'   => dirname($_SERVER['PHP_SELF']) . '/../files/', // URL to files (REQUIRED) 
      'uploadDeny' => array('all'),    // All Mimetypes not allowed to upload 
      'uploadAllow' => array('image', 'text/plain'),// Mimetype `image` and `text/plain` allowed to upload 
      'uploadOrder' => array('deny', 'allow'),  // allowed Mimetype `image` and `text/plain` only 
      'accessControl' => 'access'      // disable and hide dot starting files (OPTIONAL) 
     ) 
    ) 
); 

のように見えますし、ファイルへのパスは次のとおりです。myprojectに>>ダッシュボード>>プラグイン>> elfinder。バックエンド接続の問題を解決するにはどうすればよいですか?

答えて

0

HTTPエラー "404 Not Found"です。コネクタのURLを確認してください。

+0

ここで部分的に解決されたエラーは次のとおりです。無効なバックエンド応答。 データはJSONではありません。 – Befee1975

+0

コネクタのメインオプション ''debug' => true'でelFinder 2.1.15を試してください。 –

関連する問題