Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

Class 'MY_Loader' not found #16

Closed saneef closed 12 years ago

saneef commented 12 years ago

I'm getting this error while accessing 'smartytest'

Fatal error: Class 'MY_Loader' not found in /Users/saneef/Workspace/gungroo/src/app/application/libraries/MY_Parser.php on line 16
saneef commented 12 years ago

I replaced 'MY_Loader' to 'CI_Loader' in 'MY_Parser.php it worked. Is MY_Loader required actually, which got missed somewhere?

Vheissu commented 12 years ago

Hey Saneef,

Sorry about that, that was due to the HMVC testing I was doing before I committed. I've made it extend CI_Parser so this issue should be resolved and everything should work now.