Closed sajeeshe closed 8 years ago
lovesin83@naver.com λκ» λ³΄λ΄μ λ©μΌ <[elFinder] Getting {"error":["errUnknownCmd"]} (#908)> μ΄ λ€μκ³Ό κ°μ μ΄μ λ‘ μ μ‘ μ€ν¨νμ΅λλ€.
λ°λ μ¬λμ΄ νμλμ λ©μΌμ μμ μ°¨λ¨ νμμ΅λλ€.
In my CI I have congigured every thing like this
https://github.com/Studio-42/elFinder/wiki/Integration-with-Codeigniter-2
Now the issue is when the page load I get Unknown Command Error. I have no idea how to fix it. Path is correct and every thing is correct.
Here is the controller
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Filemanager extends CI_Controller {
function __construct() {
}
public function init(){
}
public function index(){
}
}