hosannahighertech / yii2-yiiboard

Yii2 Forum Module
http://hosannahighertech.co.tz/forum
Apache License 2.0
14 stars 8 forks source link

'app\assets\HighlighterAsset' can not be found #9

Closed enlevel0 closed 9 years ago

enlevel0 commented 9 years ago

Hi Guys,

I am new and trying to play this forum module. But I had error and it complained that 'app\assets\HighlighterAsset' not found.

Environment:

Did I miss some dependency module? But all that are mentioined in composer.json are already there.

"require": { "php": ">=5.4.0", "yiisoft/yii2": "", "yiisoft/yii2-bootstrap": "", "yiisoft/yii2-swiftmailer": "" }, "require-dev": { "yiisoft/yii2-codeception": "", "yiisoft/yii2-debug": "", "yiisoft/yii2-gii": "", "yiisoft/yii2-faker": "*" }

Can you please advise?

Thanks & Regards, Henry

mtangoo commented 9 years ago

Hi @enlevel0, this is a bug to the module. The Module was dependant on Application wide asset that is not included in the module. Am going to fix it today. Thanks for reporting

mtangoo commented 9 years ago

Please confirm that the issue is gone before I close the ticket

enlevel0 commented 9 years ago

it is confirmed that it is fixed now