Bogdan Savluk
Bogdan Savluk
it is outside of the extension… - looks like the object on which you are trying to get behavior is null
from my understanding of what is happening, it looks like `$model` is null in when trying to use in a view, probably there is something wrong in the controller when...
`getUrl()` method will return null, in case when it can not find image file. To use the same model for both apps (frontend and backend), you need two things: 1....
You can use `mod_alias` in apache, or you can just create symlink. Or alternatively you can replace `Yii::getAlias('@web')` with absolute url.
Hi, @davarresc thanks for checking this - indeed there was PR merged recently, changing this method #62 can you create pr with your fix?
thanks, merged it 👍 @amismailz can you check is it fixed you issue?
Currently it is not supported. The reason is that extension in from configuration is used for url generation. It should be possible to add support for this. That likely to...
Do you have behaviour named 'galleryBehavior' in $model?
It looks there is something wrong with url to gallery action `property/backend/property/galleryApi`... Is it correct?
Looks weird... Likely you have something wrong in configuration... - can you show your code related to gallery manager?