Hi Steve,
Hope you're well.
I've recently switched from PHP 8.0.26 (without any issue) to PHP 8.2.6.
I've now the following error in the PHP error log (replicated a lot of times),
and the page loading time is now taking a lot of time...
[15-May-2023 08:29:46 UTC] PHP Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in E:\wamp64\apps\xatafacelast\lib\SQL\Lexer.php on line 261
[...]
[15-May-2023 08:29:46 UTC] PHP Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in E:\wamp64\apps\xatafacelast\lib\SQL\Lexer.php on line 346
[...]
[15-May-2023 08:30:02 UTC] PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in E:\wamp64\apps\xatafacelast\Dataface\Record.php on line 2940
[...]
[15-May-2023 08:30:03 UTC] PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in E:\wamp64\apps\xatafacelast\Dataface\SkinTool.php on line 361
Switching back to the old version of PHP 8.0.26, it works again without issue.
It seems that PHP 8.0.26 is the last version raising no issue.
(Note all the other services versions are the most recent ones: Apache, MySQL)
Could you please help?
Thanks a lot,
Pierrick