Fresh Yii Boilerplate Project Reports An Error

I’ve generated a new project using the Yii-​​boilerplate(Haml branch), but there is an error:

Any advices on how to solve it?

Finally I’ve managed to resolve the issue. The problem was that \yii-boilerplate\protected\extensions\yiihppie\vendors\HamlPHP\src\HamlPHP\HamlPHP.php includes wrong Config.php


require_once 'Config.php';

It actually includes Config.php from the Pear directory, not from the current one. So I’ve specified it unambigiously as


require_once dirname(__FILE__) . '/Config.php';

and it works.

Hai marina, I am new in yii… could u give me some guidence how to install or configure yii boilerplate ???

I’m so confuse … :-[

tx before … :rolleyes:

Same here, doesn anyone can give another step by step, am confuse, with wich files should be config.

and affter that if I want to upload to server what another changes should I made and wich files should be delete it. (security concers)

I am newbie on Yii, so patiente with me ok hehe.