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
'galleryApi' => [
'class' => GalleryManagerAction::className(),
// mappings between type names and model classes (should be the same as in behaviour)
'types' => [
'product' => CreateNews::className()
]
],
The following is my code.
In model:
In controller:
When I try to add photo it gives the following error: POST http://azreal.az/admin/product/galleryApi?type=product&behaviorName=galleryBehavior&galleryId=10407&action=ajaxUpload 404 (Not Found)
The text was updated successfully, but these errors were encountered: