You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after lots of time at last I can upload and see the images at least, but when I try to use:
foreach($model->getBehavior('galleryBehavior')->getImages() as $image) {
echo Html::img($image->getUrl('medium'));
}
I get that error, no idea what to do, please help
The text was updated successfully, but these errors were encountered:
Oh, I understand, I have a Product model with that behaviour, so I'll just change that, thank you very much, oh and another tip, please...make the documentation more explicit, it's really a lil pain in the ass
Hello, after lots of time at last I can upload and see the images at least, but when I try to use:
foreach($model->getBehavior('galleryBehavior')->getImages() as $image) {
echo Html::img($image->getUrl('medium'));
}
I get that error, no idea what to do, please help
The text was updated successfully, but these errors were encountered: