smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.24k stars 705 forks source link

PHP 8.3.2 error with Smarty 4.3.4 #925

Closed kisfelix closed 7 months ago

kisfelix commented 7 months ago

Smarty 4.3.4 did not work under PHP 8.3.2, no error messages were available as none was actually logged by Apache. A complete blank page would show up for affected pages.

Environment: standard cPanel on Linux, PHP 8.3.2

Smarty 4.3.2 does not have the same issue and able to make it work.