Hi ,
Trying to generate PDF export for a metting give me this error in the logs.
2018-02-02 23:24:01.945 ** ERROR ** [V6.5.4] EXCEPTION **
2018-02-02 23:24:01.945 ** ERROR ** [V6.5.4] on file '/srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php' at line (1290)
2018-02-02 23:24:01.945 ** ERROR ** [V6.5.4] cause = ERROR n°1 : The tag <SCRIPT> does not yet exist.If you want to add it, you must create the methods _tag_open_SCRIPT (for opening) and _tag_close_SCRIPT (for closure) by following the model of existing tags.If you create these methods, do not hesitate to send me an email to webmaster@html2pdf.fr to included them in the next version of HTML2PDF.
2018-02-02 23:24:01.945 ** ERROR ** [V6.5.4] => #0 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1263) -> _executeAction()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #1 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (2756) -> _makeHTMLcode()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #2 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1294) -> _tag_open_DIV()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #3 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1263) -> _executeAction()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #4 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (5516) -> _makeHTMLcode()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #5 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1294) -> _tag_open_TD()
2018-02-02 23:24:01.946 ** ERROR ** [V6.5.4] => #6 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1249) -> _executeAction()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #7 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (5516) -> _makeHTMLcode()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #8 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1294) -> _tag_open_TD()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #9 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1249) -> _executeAction()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #10 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (2756) -> _makeHTMLcode()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #11 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1294) -> _tag_open_DIV()
2018-02-02 23:24:01.947 ** ERROR ** [V6.5.4] => #12 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (1263) -> _executeAction()
2018-02-02 23:24:01.948 ** ERROR ** [V6.5.4] => #13 /srv/www/htdocs/pmo/external/html2pdf/html2pdf.class.php (437) -> _makeHTMLcode()
2018-02-02 23:24:01.948 ** ERROR ** [V6.5.4] => #14 /srv/www/htdocs/pmo/view/print.php (241) -> writeHTML()
2018-02-02 23:24:01.948 ** ERROR ***** [V6.5.4] => #15 /srv/www/htdocs/pmo/view/print.php (185) -> finalizePrint()
Thought it wa corrected in 6.5.2 ? still there anyway ?
Regards
Hi,
Strange as it was effectively fixed on V6.5.2
... and I cannot reproduce on V6.5.4 :silly: :silly:
Could you try and reproduce on demo ? (demo.projeqtor.org)
As it may depend on data, maybe you used some content that I don't have in my use case...
Hi,
Tryed to reproduce on demo, but there is working 🙂
My setup is a production server based on OpenSuse Leap 42.3, witj php version :
php7-7.0.7-25.1.x86_64
Other PDF exports are working for me, but did not try to export all other elements.
Any Idea ?
Hi,
PROBLEM SOLVED
On my setup, the where an inconsistent version of some php-modules (which does not act on pdf export, but generated some memories errors).
Fixed this packages and pdf export are now working.
Thanks
Do you have any customization ?
Reproduction on demo was with same data ?
(sometiles, if may come from additional note, or content of description....)
Hi,
No customisation. Same test data on demo.
New tests with same setup reproduced problem and same packages update solved the problem.
The customisation where on packages versions on my server for compatibility with another webapp. So, we moved projeqtor on standard web server with no customisation and it works greate.
We also swap to mysql because of error logs with postgresql.
We plan other tests with postgresql and we will feed you back with results.
Regards