CodeIgniter Forums
What's wrong with Phil template and CI 2.0.3 ?! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: What's wrong with Phil template and CI 2.0.3 ?! (/showthread.php?tid=46267)



What's wrong with Phil template and CI 2.0.3 ?! - El Forum - 10-25-2011

[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?