Create documents in docx, xlsx (MS Office Word and Excel), odt, ods (LibreOffice and OpenOffice) and pdf format without MS Office or others plugins installed from any module and subpanel using templates.
#1357 - unload directory
It appears that Mail Merge Reports is not using the location from sugar configuration for unload directory. Instead, it is hard coded. We do not have so much free space to allow documents being stored in root partition i.e. /var/www/html/ProdCRM/..
Do you have patch for this?
Thanks
Mukesh Agarwal +1-732-485-9111
6 years ago
Hi,
We understand that you are referring to the file upload directory. The general file upload directory is configurable in config.php, in the variable
upload_dir'. In the case of Mail Merge Reports, this general directory is not used, but a separate directory configured in a variable called
DHA_templates_dir'. For example, if we configure it in config_override.php, by default it takes the following value (note the slash character at the end, it is necessary):This way, you can configure in which directory you want the Mail Merge Reports templates to be uploaded.