philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

Undefined method error #15

Closed janosrusiczki closed 13 years ago

janosrusiczki commented 13 years ago

I tried following the tutorial from the CodeIgniter wiki. I also tried using the examples from the user guide. Whatever I do, when I use the set_layout method I get the following error when using the build method later:

Fatal error: Call to undefined method CI_Loader::get_var() in D:\xampp\htdocs\project\application\libraries\Template.php on line 638

I would really like to use the library, but I can't get past this bump.

Any help appreciated.

janosrusiczki commented 13 years ago

What I didn't notice is that the requirements were stating CodeIgniter 2.0.3 and I was using 2.0.2.

Added this issue as a reference for those who run into the same problem.