SuiteCRM Signature Field Plugin Add signature fields directly from the studio to allow your prospect to agree and sign your records. Add Signature fields on any Studio-enabled module (base and custom modules), and print it on the PDF templates !
#3605 - 7.10.30 - MAJOR BUG Signature not saved in DB Correctly
We just upgraded from 7.10.29 to 7.10.30 and now our signatures are not saving properly in the database. It does not appear to be saving any of the MIME information. I suspect it is due to some of the security changes:
CVE: Pending - Fixed file check bypass
CVE: Pending - Improved file upload checks
This is a major issue as we now can't save any signatures on our reports.
3 years ago
more info posted in SuiteCRM Github issue: https://github.com/salesagility/SuiteCRM/issues/9122
3 years ago
7.10.30 is stripping the MIME info before the signature is saved. Editing the field manually in the DB and adding "data:image/png;base64," to the front of the record shows the signature.
3 years ago
Issue appears to be due to some of the changes to https://github.com/salesagility/SuiteCRM/pull/9105/files#diff-02bcf7291c8a96ce9bacea53cd3effc2b2d55adfb28cda04be20f6496951f67a
Replaced utils.php with the 7.10.29 version and the plugin was working again
3 years ago
Thanks for all the information provided, we will have a look in the upcoming days if we can have a solution for SuiteCRM 7.10.30+ versions. The most important is that you already found a workaround for your specific installation.
Regards
3 years ago
Hello and thank you very much for your patience We updated the module to 3.2 and did the necessary workaround to counter the core modification operated by SuiteCRM on 7.10.30 but also 7.11.19 as well
You can download the new version here : https://store.suitecrm.com/download/28066
Have a nice day Regards
3 years ago
This does appear to fix the issue.