• Doc Merge not working / cURL Error 3 / 500 Server Error

    Hi Devs, We are currently trying to implement the Doc Merge feature on our on-site instance. When generating a document we get a 500 error on the GUI and in the log (debugging level) the following is thrown: Tue Mar 5 13:27:17 2024 [2911543][d90f4525…
  • How to check if contact's email address is not empty in process definition?

    Hello devs, I have a process definition to send an automated email to the specified contacts if certain conditions are fulfilled. I have been receiving a lot of exceptions in my sugar log regarding the email address missing while attempting to send…
  • DateTimeZone exception?

    Hi, I have a piece of code under SugarPro/custom/clients/base/api/Tasks.php $utcTime = new DateTime("now", new DateTimeZone("UTC")); it work fine, however when I use the same code in another file SugarPro/custom/modules/Quotes/custom_classes/QuoteNotify…
  • How to solve "Exception: Violation for language value" during Upgrade process?

    I'm using the CliUpgrade.php script to upgrade my instance, but I'm getting following error while upgrading to v11: Starting script 7_RenameModules ERROR: Exception: Violation for language value Finished script 7_RenameModules I looked at…