Hello I am using sugarcrm "sugar_mar_version":"Q2 2022", with apache 2.4 and php-fpm 7.4. This is what happens when I try to create a custom modules.
[Fri Mar 10 10:27:49.878844 2023] [proxy_fcgi:error] [pid 29246] [client] AH01071: Got error 'PHP…
Hello, I am using sugarcrm 7.8 in which I created modules. I am switching to sugarcrm 12. My question is to know if there would be compatibility issues if I port modules from 7.8 to 12. ?
Thanks.
Hi All,
User Unable to log-in through chrome, but no problem with chrome in-cognito mode.
We tried clearing chrome browser cache also, but no luck.
Please suggest.
Thanks
Hi,
How to parse description contains html tags while sending email to user programmatically?
My code:
"
$oTemplate = new EmailTemplate(); $oMail = new SugarPHPMailer(); $oEmailObj = new Email(); $oTemplate->retrieve_by_string_fields(array…