yii2-images icon indicating copy to clipboard operation
yii2-images copied to clipboard

Setting unknown property: rico\yii2images\Module::className

Open Maximilan4 opened this issue 9 years ago • 1 comments

Hi, i got this error by using your module from example: 'yii2images' => [ 'class' => '\rico\yii2images\Module', 'imagesStorePath' => 'upload/images/store', //path to origin images 'imagesCachePath' => 'upload/images/cache', //path to resized copies 'graphicsLibrary' => 'Imagick', //but really its better to use 'Imagick' //'placeHolderPath' => '@webroot/images/placeHolder.png', // if you want to get placeholder when image not exists, string will be processed by Yii::getAlias //Class name to handle image storage in db 'className' => 'models/Image' ],

If i del string 'className', module works.

Maximilan4 avatar Nov 20 '14 12:11 Maximilan4

Just remove this option, sorry, now I have no time for development, Ill try to release new version in 1.5 month.

CostaRico avatar Nov 26 '14 19:11 CostaRico