I see one of the issues is fixed (the variable email merge thing).
https://github.com/salesagility/SuiteCRM/pull/3838
So how does one install the hotfix mentioned ?
- Take a full back up of all your files and of your database
- I recommend that you first try on a copy
- Download the affected files:
https://raw.githubusercontent.com/gymad/SuiteCRM/cff27a7d3c87a2450eb473dd98f7f4258da06777/modules/Campaigns/WizardMarketing.php
https://raw.githubusercontent.com/gymad/SuiteCRM/cff27a7d3c87a2450eb473dd98f7f4258da06777/modules/Campaigns/WizardNewsletter.php
https://raw.githubusercontent.com/gymad/SuiteCRM/cff27a7d3c87a2450eb473dd98f7f4258da06777/modules/Emails/Email.php
https://raw.githubusercontent.com/gymad/SuiteCRM/cff27a7d3c87a2450eb473dd98f7f4258da06777/modules/Emails/EmailsController.php
https://raw.githubusercontent.com/gymad/SuiteCRM/cff27a7d3c87a2450eb473dd98f7f4258da06777/modules/OutboundEmailAccounts/OutboundEmailAccounts.php
- Replace the old files with the new ones in
modules/Campaigns/WizardMarketing.php
modules/Campaigns/WizardNewsletter.php
modules/Emails/Email.php
modules/Emails/EmailsController.php
modules/OutboundEmailAccounts/OutboundEmailAccounts.php
- reset permissions to the new files
- Log in as administrator
- Quick repair and rebuild
- clear browser cache
This fix will not be upgrade safe so, each time you upgrade your system, until the fix isn’t added to the core system, you will have to check whether the files have been overwritten with the old ones (in such case you will have to copy them again and follow the above instructions starting from point 4.). In case the files have been modified by the upgrade, but without including the fix, you will have to merge them as well.
I repeat: try first on a copy!!!
1 Like