backdrop-contrib / tcpdf

A wrapper module for the TCPDF library.
GNU General Public License v3.0
0 stars 1 forks source link

TCPDF configuration won't save #6

Open maybor opened 11 months ago

maybor commented 11 months ago

Backdrop 1.26.1 PHP 8.1.25 Ubuntu 22.04 LTS

Hello, would be wonderful if somebody could give a me hint regarding the TCPDF module.

We have installed

We can access the TPCPF options at /admin/config/user-interface/print/pdf/tcpdf but font family and size are not saved after clicking save configuration.

At admin/reports/status we see that TCPDF v 6.6.2 ist present, and the warnig that no PDF Tool is selected. The given link leads back to /admin/config/user-interface/print/pdf/tcpdf

The warning is still present after installing other pdf handlers like the dompdf module.

Any idea what we are doing wrong?

Thanks and bet regards

bugfolder commented 11 months ago

HI @maybor, that page (admin/config/user-interface/print/pdf/tcpdf) is provided by the print_pdf_tcpdf module, which is a sub-module of the print module. So its failure to save the settings is an issue with that module, rather than the tcpdf module. Would you file this issue (you can say exactly what you said here) over in the print module issue queue?