Not shure this is actually a tecnickcom/tcpdf problem ...
When creating a orange paymentslip with the orange graphic included the pdf creation fails, because tecnickcom/tcpdf tries to delete a temporary file. The problem does not exists, when creating the paymentslip without the graphic.
unlink(C:\xampp\tmp/__tcpdf_3a46767c57fb621130de3fd07a3df1e0_imgmask_alpha_cfa558e0c9ec44149b0310ce46a8ae62): No such file or directory
The file really does not exist.
The error exists for my Windows dev environment and also for the unix based production environment.
Hello, thank you for the library!
Not shure this is actually a
tecnickcom/tcpdf
problem ... When creating a orange paymentslip with the orange graphic included the pdf creation fails, becausetecnickcom/tcpdf
tries to delete a temporary file. The problem does not exists, when creating the paymentslip without the graphic.unlink(C:\xampp\tmp/__tcpdf_3a46767c57fb621130de3fd07a3df1e0_imgmask_alpha_cfa558e0c9ec44149b0310ce46a8ae62): No such file or directory
The file really does not exist. The error exists for my Windows dev environment and also for the unix based production environment.
When uncommenting the line
7794
intcpdf.php
everything works fine.Regards, Daniel