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
I tried to get image via Controller, like "/file/getImage/?path=1.jpg", but when i select image in widget, module makes request "/file/getImage/?path=1.jpg?t=1529679246" and apache crashes.
Can you check a url, is it contain "?" and replace it with "&", if needed.
I tried to get image via Controller, like "/file/getImage/?path=1.jpg", but when i select image in widget, module makes request "/file/getImage/?path=1.jpg?t=1529679246" and apache crashes.
Can you check a url, is it contain "?" and replace it with "&", if needed.
yii2-image-manager/controllers/ManagerController.php
Line 351 in 7c701c7
The text was updated successfully, but these errors were encountered: