zombor / KOstache

Logic-less View/Mustache Module for Kohana v3
MIT License
138 stars 43 forks source link

Fatal error #37

Closed AlanHee closed 12 years ago

AlanHee commented 12 years ago

Fatal error: Class 'Kohana_Mustache' not found in /www/kohanaphp/modules/kostache/classes/kohana/kostache.php on line 226

zombor commented 12 years ago

Not sure what's going on. It's right here: https://github.com/zombor/KOstache/blob/master/classes/kohana/mustache.php

shadowhand commented 12 years ago

You could get that error if you don't run git submodule update --init --recursive after the first installation.

AlanHee commented 12 years ago

aha, its my mistake

AlanHee commented 12 years ago

thanks a lot!