W
W
web332020-02-13 20:23:58
Yii
web33, 2020-02-13 20:23:58

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 question

Ask a Question

731 491 924 answers to any question