Skrol29 / opentbs

With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
http://www.tinybutstrong.com/opentbs.php
69 stars 17 forks source link

release for php 8.2 compatibility? #30

Closed rbro closed 1 year ago

rbro commented 1 year ago

Would it be possible to do a release for the PHP 8.2 compatibility updates that were made? Thanks for your help.

Skrol29 commented 1 year ago

Yep, it will be released soon…

tim-pearce commented 1 year ago

I downloaded this version and still get errors on PHP 8.2 Creation of dynamic property clsOpenTBS::$ArchHnd is deprecated Line 8050 of File /usr/local/www/apache24/data/Jethro/include/tbs_plugin_opentbs.php Similar for $CdInfo, $CdFileLst and many more.

Skrol29 commented 1 year ago

It seems that you are using an error handler function because those messages you have are supposed to be suppressed by the Error Control Operators @ at line 181.

However, there will be a fix soon in order to strengthen the PHP 8.2 compatibility, and this should fix the the error messages you have.