Open car1inux opened 1 year ago
Hey!
Thank you for getting in touch.
I've given this a try, but I can't seem to replicate I'm afraid.
For example, I have a few items in the Upload directory:
If I then send a new PDF via Contract->Email PDF action, a new item appears:
As well as seeing it in my Email client:
Would you perhaps have any specific steps to replicate this issue?
I would recommend checking that your CRM's file/folder permissions are set correctly
As well as ensuring your CRM's site_url
(in config.php) is correct
And ensuring that your .htaccess
has the correct RewriteBase
Hi, I have this problem only when sending the PDF via mail starting from a Quote. In example I have no problem composing and sending a mail with attachments from scratch. This is how you can replicate:
The recipient received this email but without attachment. This is the PDF saved on the disk, but not in the /upload directory due to an error in the filename
Page with Issue
http://mywebsite/index.php?module=AOS_Contracts&action=DetailView&record=9c2c08e1-2cf8-f9f2-82a3-6363efb0cd17
What is wrong, less clear, or missing
SugarPHPMailer encountered an error: Could not access file: upload/d847a76e-89b7-567d-48fa-64b8129219e8 because the file is saved in the root directory instead of /upload
Proposed fixes and/or additions
Please add "/" in the filename between "upload" and the filename
Your Environment