Closed phrakon closed 9 years ago
I can confirm this, moving smarty.php from application/libraries to system/libraries fixes the problem i had with the config not loading.
Same here
Any update on this issue ? I'd like smarty.php in another location then system directory if possible.
Is a fix being planned for this as I am getting the same issue as well on a CI3 install?
I changed the name of the class from Smart to CustomSmart and all its references and it worked like a charm.
Rhe solution is simple:
Is working for me! :) Cheers.
Cheers everyone. I have kind of moved on from PHP these days, well Codeigniter. However, considering how many people use this library, I'll keep it up-to-date. I've committed some fixes for these issues. Thanks for being patient.
I have CI 3 and had a problem after i copied all of your files to codeigniter application folder. Something worked but config file was ignored.
When i used $this->CI->load->library('smarty'); in MY_Parser.php was included original Smarty class instead of CI_Smarty in /libraries/Smarty.php. I copied it into system/libraries and it works well.