Sabirgojayev

Results 3 issues of Sabirgojayev

The following is my code. In model: ``` public function behaviors() { return [ 'galleryBehavior' => [ 'class' => GalleryBehavior::className(), 'type' => 'product', 'extension' => 'jpg', 'directory' => Yii::getAlias('@webroot') ....

It returns 500 Internal Server Error when I try to add an image. The error is : Call to a member function addImage() on null 1. in C:\OpenServer\domains\azreal.az\vendor\zxbodya\yii2-gallery-manager\GalleryManagerAction.php at line...

It doesn't delete file when clicking Delete photo but only image from preview. How can I make it delete cropped image file.