I was finally able to reproduce
The problem is the first underscore, if you use zcrm3111820000009782007_photo
it works.
Itβs a bug in download.php
Iβll try to provide a quick fix soon
I was finally able to reproduce
The problem is the first underscore, if you use zcrm3111820000009782007_photo
it works.
Itβs a bug in download.php
Iβll try to provide a quick fix soon
@pgr
Thanks for your reply and your help
I will wait for news from you
Here you go, this should do it, apply these changes manually:
β> https://github.com/salesagility/SuiteCRM/compare/hotfix-7.10.x...pgorod:patch-9?diff=split
Or if itβs easier for you, just replace your entire download.php
file with these new contents:
β> https://github.com/pgorod/SuiteCRM/blob/patch-9/download.php
I will put this up as a Pull Request next week when I find the time.
@pgr
Thank you very much
Iβve tested your fix it works fine
For reference, here is the PR: