CSF Messenger PHP deprecation warnings
Posted: 16 Nov 2020, 14:13
For CSF messenger, the index.php file that handles unblocking, uses curly braces for array indexes/offsets and throws:
Should be
-PHP: PHP 7.4.12
-OS: CentOS Linux release 7.9.2009 (Core)
-CSF: csf: v14.08 (cPanel)
For example:Array and string offset access syntax with curly braces is deprecated.
Code: Select all
$lang{"warning"};
Code: Select all
$lang["warning"];
-OS: CentOS Linux release 7.9.2009 (Core)
-CSF: csf: v14.08 (cPanel)