10-01-2021, 11:08 AM
(This post was last modified: 10-03-2021, 07:27 AM by inspectorflint.
Edit Reason: More explanation
)
(10-01-2021, 10:14 AM)joebordes Wrote: that is a PHP error, maybe missing PHP-DOM, PHP-XML extensions
activate error_reporting and display_errors and share the message with us
you can activate a detail view widget on any module to download the result, very similar to PDFMaker widget,, you can also generate them using workflows and send them using email of send file task...
I activate $LOG4PHP_DEBUG = true; but it don´t show any error. I have added
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
In the index.php file in twice modules, evvtGenDocs and EtiquetasOO, too , without any error output...