-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function getBehavior() on null #83
Comments
it is outside of the extension… - looks like the object on which you are trying to get behavior is null |
Error is done but still not printing anything i use foreach in index view of product controller which have model Product
|
from my understanding of what is happening, it looks like |
Do you have zoom account ? |
i already do all of this tutorial but when i need to get uploaded image an error occurred
getBehavior('galleryBehavior')->getImages() as $image) { echo Html::img($image->getUrl('medium')); } ?>Call to a member function getBehavior() on null
The text was updated successfully, but these errors were encountered: