lcollong
FabriKant d'applications web
Using the standard list pdf button within chrome generate a network error most of the time.
Except when doing this right after the login : I get a clean pdf file.
Sounds like an outut_buffer clean problem ? Did not success to catch it.
Using mpdf instead of dompdf produces an error :
With pdfdebug, I got clean html output with both libraries.
I don't think the library itself is involved as I use it to produce pdf documents in some Fabrik'scron script from a Joomla Article containing Fabrik place holders : it works very well.
Except when doing this right after the login : I get a clean pdf file.
Sounds like an outut_buffer clean problem ? Did not success to catch it.
Using mpdf instead of dompdf produces an error :
Code:
Compile Error: Declaration of Psr\Log\NullLogger::log($level, Stringable|string $message, array $context = []) must be compatible with Psr\Log\LoggerInterface::log($level, $message, array $context = [])
ExceptionStack Trace
Symfony\Component\ErrorHandler\Error\
FatalError
in /home/bishlws/examulmtest/libraries/fabrik/vendor/vendor/psr/log/src/NullLogger.php (line 26)
* * @return void * * @throws \Psr\Log\InvalidArgumentException */ public function log($level, string|\Stringable $message, array $context = []) { // noop }}
I don't think the library itself is involved as I use it to produce pdf documents in some Fabrik'scron script from a Joomla Article containing Fabrik place holders : it works very well.