Comparing
#1 with
#2
Content
[...]
2) create a php file (either inside thumbsgen folder or another one) that contains this code
```php
$ThumbsGen = 'ThumbsGen';
Yii::setPathOfAlias($ThumbsGen, dirname(__FILE__)); //if you hadve create
d this file into another folder change this line accordingly
Yii::import($ThumbsGen . '.ThumbsGen');
class ThumbsGenHQ extends ThumbsGen {
//overriden method[...]