06-15-2017, 06:26 AM
(06-14-2017, 04:21 PM)gprada Wrote:(08-08-2016, 11:11 PM)joebordes Wrote: PDFMaker works correctly but you need an updated version that supports jquery:
http://discussions.corebos.org/thread-337-post-1706.html#pid1706
I suppose we can fix oopdf also, as long as you have access to the code. Contact us for a quote if you are interested.
Hi,
Thanks for you information. Actually I am vTiger 6x user with PDF Maker Professional. But I testing the lastest versión of CoreBOS and I think is a more complete and fine tuned CRM in many ways than vTiger.
I installed Free PDF Maker 5.4 and your fixed Free PDF Maker 5.4.0.4 version on CoreBOS and the plugin works when I export it to PDF the Invoices. But I cannot edit the templates to modify the document design and a blank screen is showed. The error_log shows me:
Code:
PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:/var/www/html/crm7/Smarty/templates/
modules/PDFMaker/EditPDFTemplate.tpl" on line 444 "{php} if (file_exists("kcfinder/browse.php")) { {/php}" {php}{/php}
tags not allowed. Use SmartyBC to enable them <-- \n thrown in /var/www/html/crm7/Smarty/libs/sysplugins/
smarty_internal_templatecompilerbase.php on line 444, referer: http://xxxx.domain.xxxx/crm7/index.php?action=index&
module=PDFMaker
Can you please, help me with this?
Thank you!
Hi.
Do you have dowloaded the las version of PDFMaker Free for coreBOS from https://github.com/tsolucio/coreBOSPDFMakerFree ?
Here you have an old error, seems that you have not updated the smarty files, you can check this file here: https://github.com/tsolucio/coreBOSPDFMakerFree/blob/master/templates/EditPDFTemplate.tpl#L444
and you can see that in line 444 not exist any reference to {php}
coreBOS now is using Smart 3 and we had to update the pdfmaker smarty templates to works correctly.
Please update you modules/PDFMaker and you Smarty/templates/modules/PDFMaker with the code that you have https://github.com/tsolucio/coreBOSPDFMakerFree