Welcome Guest, Not a member yet? Register   Sign In
What's wrong with Phil template and CI 2.0.3 ?!
#1

[eluser]7amza[/eluser]
Hi ,
i just updated my CI version to 2.0.3(last) and i got this error :
Fatal error: Call to protected method CI_Loader::_ci_load() from context 'Template' in C:\AppServ\www\XS\application\thirdy_party\libraries\Template.php on line 707

the 707 line is :
Code:
// Load it directly, bypassing $this->load->view() as ME resets _ci_view
    $content = $this->_ci->load->_ci_load(array(
     '_ci_path' => $override_view_path.$view.self::_ext($view),
     '_ci_vars' => $data,
     '_ci_return' => TRUE
    ));
   }

any suggestion?




Theme © iAndrew 2016 - Forum software by © MyBB