planner.phpとshared.phpコントローラにアクセスしようとするとこの致命的なエラーが発生します。何かご意見は?イオン認証/ CodeIgniter致命的なエラー
Fatal error: Uncaught exception 'Exception' with message 'Undefined method Ion_auth::get_user() called' in
/application/libraries/Ion_auth.php:88 Stack trace: #0
/application/core/MY_Controller.php(50): Ion_auth->__call('get_user', Array) #1
/application/core/MY_Controller.php(50): Ion_auth->get_user() #2
/application/controllers/user/planner.php(9): Common_Auth_Controller->__construct() #3
/system/core/CodeIgniter.php(288): Planner->__construct() #4 /index.php(202): require_once('/Users/lrussell...') #5 {main} thrown in/application/libraries/Ion_auth.php on line 88
ライブラリ拡張は、私はイオン認証のために使用しています: http://jondavidjohn.com/blog/2011/01/scalable-login-system-for-codeigniter-ion_auth
プランナーコントローラー: http://pastie.org/private/wc1bq6eiqb9hn8iubwdgq
共有コントローラ: http://pastie.org/private/uj3ta8dw3jl7kqxizs9n1a
Ion_auth図書館ライン88セグメント: http://pastie.org/private/mhgwdzjyhatwsdrux4gqpa
CRUDモデル: http://pastie.org/private/m2nhfqzabdsx5eiz6xqupw
イベントモデル: http://pastie.org/private/b6ksjoowl7wde9errow
共有モデル: http://pastie.org/private/f741jfnf8o2l5oxphnrl5w
私はこれを確認することができ、そしてそれは直接に関係この最近の図書館へのコミットhttps://github.com/benedmunds/CodeIgniter-Ion-Auth/commit/ef733edb5ef396fec57fe363c5c8616506054c79 – jondavidjohn
そう、w ebsite benedmunds.com/ion_authの方が古いので、githubからファイルを直接ダウンロードして、正しく動作させる必要があります。あなたの助けを借りてくれてありがとう! – imlouisrussell