Answer the question
In order to leave comments, you need to log in
Costa-rico/yii2-image extension throws an error when loading an image?
I installed the costa-rico/yii2-image extension, when I load an image, an error occurs Setting unknown property: rico\yii2images\Module::imageCompressionQuality
The code on which the error is highlighted
1. in C:\OSPanel\domains\santekhtochka.ru\vendor\yiisoft\ yii2\base\Component.php
$behavior->$name = $value;
return;
}
}
if (method_exists($this, 'get' . $name)) {
throw new InvalidCallException('Setting read-only property: ' . get_class($this) . '::' . $name);
}
throw new UnknownPropertyException('Setting unknown property: ' . get_class($this) . '::' . $name);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question