Hi there,
Is it possible that (some) templates are not PHP 8.1 compatible yet?
Because when I update my PHP, I get a lot of errors on TP_BRAND template:
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in .. templates/tp_brand/html/com_content/featured/default_item.php on line 28
Deprecated: Use of "self" in callables is deprecated /www/libraries/astroid/framework/library/astroid/Helper/Form.php on line 51
- Warning: Cannot modify header information - headers already sent by (output started at /www/libraries/astroid/framework/library/astroid/Template.php:105) in /www/libraries/astroid/framework/library/astroid/Helper/Client.php on line 87
- Deprecated: Creation of dynamic property Astroid\Template::$version is deprecated in /www/libraries/astroid/framework/library/astroid/Template.php on line 105
....
Please Log in or Create an account to join the conversation.