hamlphp / HamlPHP

Yet another Haml to HTML converter written in PHP.
http://hamlphp.github.com/HamlPHP
MIT License
84 stars 15 forks source link

_contentEvaluator not set? #18

Closed siwilkins closed 12 years ago

siwilkins commented 12 years ago

Hi there,

Thanks for this HamlPHP - I've returned to PHP from Rails and am relieved to find a good-looking HAML port.

However, I'm afraid I've hit a brick wall with getting it set up...

When I try the demo I get

Fatal error: Call to a member function evaluate() on a non-object in     <blah blah blah>/HamlPHP/HamlPHP.php on line 144

It seems to be that the _contentEvaluator attribute doesn't get set - I've had a look around the source and I can't see that it gets set anywhere though?

svallory commented 12 years ago

Just confirmed it as a bug. Must have been introduced on the last commits.

siwilkins commented 12 years ago

Brilliant - thanks for the fantastically fast response!

svallory commented 12 years ago

You are welcome!