Export PDF reporting

Hello,

I have configured the new reporting module.
I am having problems downloading PDF reports.
Do you have any idea about this error?

Can’t export

#0 /usr/share/icingaweb2/library/vendor/Zend/Controller/Action.php(507): Icinga\Module\Reporting\Controllers\ReportController->downloadAction()
#1 /usr/share/php/Icinga/Web/Controller/Dispatcher.php(76): Zend_Controller_Action->dispatch(String)
#2 /usr/share/icingaweb2/library/vendor/Zend/Controller/Front.php(937): Icinga\Web\Controller\Dispatcher->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#3 /usr/share/php/Icinga/Application/Web.php(300): Zend_Controller_Front->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#4 /usr/share/php/Icinga/Application/webrouter.php(104): Icinga\Application\Web->dispatch()
#5 /usr/share/icingaweb2/public/index.php(4): require_once(String)
#6 {main}

I have this versions:
|idoreports |0.9.1|
|ipl |v0.3.0 |
|pdfexport |0.9.0 |
|reporting |0.9.1|

Thanks,
Adrian

Hi,

did you install Google Chrome for headless PDF rendering? You can verify that like this:

google-chrome --version

Also, I’d suggest upgrading the pdfexport module to 0.9.1 where some detection has been fixed.

Cheers,
Michael

Hi Michael,

Thanks! I only had installed chromium-headless.x86_64 and chromium-common.x86_64
.After I installed google-chrome the PDF export works.

Thanks,
Adrian