at php 7.3.13, tcpdf reports the following error:
Warning: "continue" targeting switch is equivalent to "break". Did you mean "continue 2"? in /www/doc/www.terasauprince.com/www/libraries/cetcpdf/tcpdf/tcpdf.php on line 17786
However, the PDF is created.
Php 7.2.25 does not display an error
Warning: "continue" targeting switch is equivalent to "break". Did you mean "continue 2"? in /www/doc/www.terasauprince.com/www/libraries/cetcpdf/tcpdf/tcpdf.php on line 17786
However, the PDF is created.
Php 7.2.25 does not display an error
Hi Ernst,
That's a PHP Warning, not technically an Error. You can hide it by setting your site Error Reporting to System Default or to None.
There may be a new version of the TCPDF library - if so, then I expect that Max will add it in a future release.
Bob
That's a PHP Warning, not technically an Error. You can hide it by setting your site Error Reporting to System Default or to None.
There may be a new version of the TCPDF library - if so, then I expect that Max will add it in a future release.
Bob
Thank you, I understand this is not a problem, but I write a more serious problem in the thread https://www.chronoengine.com/forums/posts/t107959
This topic is locked and no more replies can be posted.