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.
#5489 - Unparenthesized ternary operators are not supported in PHP
This part of your plugin has syntax errors. I suggest you look at line 118 in your edit view definitions
PHP Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /bitnami/suitecrm/modules/DHA_PlantillasDocumentos/metadata/editviewdefs.php on line 118
This case is public.
Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment...