Upgrading - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Upgrading (/showthread.php?tid=78027) |
Upgrading - Knutsford - 11-21-2020 I am trying to upgrade a very old CodeIgniter site and I am getting Message: Cannot access protected property CI_Loader::$_ci_varmap The line is $this->load->_ci_varmap['smarty_parser'] = 'Template'; Also Smarty_parser.php and the smarty libary are both under the libraries library. Do they need moving? $this->Template->parse("ci:index.tpl", $data); Gives Message: Undefined property: Login::$Template If I remove the line $this->load->_ci_varmap['smarty_parser'] = 'Template'; I have never come across smarty before so I am a bit stuck - thanks |