-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error 403 when using gallery feature on elFinder (Someone attempted to tamper with mime types in elfinder popup. The attempt was blocked.) #66
Comments
Hello @diereysaa I see you are using a It should be straightforward, you do the changes and it will work as previously. Let us know 👍 |
HI @pxpm thanks for the prompt response. I believe you've missed the part where I say: In other words, I'm actually using the default, built-in field type, and still facing the same result. The request URL is: Also, I have all packages up-to-date, got Backpack PRO as well. |
UPDATE 2: I've fixed the issue by updating the field type:
But that feels like a hack, because we're using a field designed to allow multiple files, while forcing it to allow one single file. I'm clearly doing something wrong, but at least with this "hack" it works as we need it. |
Hey @diereysaa I just tested it and faced the same; I solved it by removing old js assets:
Feel free to reopen if it doesn't work for you. |
Facing the same issue, but |
If you have Cheers |
Hi,
I'm opening this thread even though similar issues were solved here and here.
When I try to open the gallery on my project, it shows a 403 with the main project window:
The HTTP request is
https://***/admin/elfinder/popup/featured_image_select and that returns a 403.
Also, we're seeing
on the logs.
We have the latest backpack versions on the server:
The field that launches the gallery popup is this:
Note: I've even tried with
'type' => 'browse'
but the results are the same.I even tried to setup the default filemanager, and it works just fine for uploads, browsing, etc...
Could it be a folders permission issue? (I'm asking this because on another server the gallery was working fine)
I think it's important to mention that our project is using laravel multidomain as well (gecche/laravel-multidomain 11.1)
Thanks in advance.
The text was updated successfully, but these errors were encountered: