Closed codepuncher closed 3 months ago
After downgrading the plugin to the last version, downloads are all 404s. Is there any workaround for this? Currently we have multiple customers who's websites are no longer able to serve downloads to their users.
Please flush the permalinks and let me know if the problem still occurs with the 404s
Hi @razvanaldea89 , yep that fixed it! Thanks.
Let me know if you need a hand with testing a patch for the original issue on our staging sites.
Hi @codepuncher , could you please update to the 5.0.3 version and let me know if you are still experiencing problems?
Hi @razvanaldea89 latest version solves the original issue. But, now, downloads are 404.
Please try again with flushing the permalinks and let me know if the problem is solved.
Hi @codepuncher ,
Are you experiencing 404 or 403? The allowed paths should return 403 Access Denied if the file is not in the allowed paths. Could you add the Bedrock file paths to the Allowed Paths?
Warmly, Razvan
Hi @razvanaldea89 I have done that already as per my screenshot above and flushed permalinks but not working.
Is it possible to give us a link to a test download page containing downloads? You can use our contact form here if you do not want to give that info here.
Hi @razvanaldea89,
That might have been red-herring; most downloads are working fine now actually.
The ones that are not have strange file paths in the meta like dlm_2024
instead of dlm_uploads/2024
.
I'll fix these myself and happy to close this issue.
Thanks for the help.
Good news about the ones that are working, weird news about the dlm_2024 ones. Were them the same before the update? We did not make modifications that could affect the meta.
Not sure if they were like that originally but not worried now; all is working.
Thanks again!
Awesome :D Have a great day!
and you!
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
illuminate/container
v8download-monitor
v5Expected behavior No errors
Screenshots
Extensions installed and activated:
Additional context
Because your plugin bundles
pimple/container
and we haveilluminate/container
on our site, they are conflicting. I see that you have Mozart for prefixing your dependencies but it doesn't seem to be working! Please can this be fixed urgently as it is causing fatal error all over the site.