Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95 Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95

Started by AnnieHoney, January 04, 2025, 11:03:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AnnieHoney

I'm getting several lines of these on index.php, not on other pages and only when I'm logged in

phill104

It is a mistake to think you can solve any major problems just with potatoes.

406man

Line 95 of include/debugger.inc.php contains the constant E_STRICT in CPG 1.6.26

E_STRICT was deprecated in PHP 8.4
https://php.watch/versions/8.4/E_STRICT-deprecated

Reverting to a slightly older version of PHP will avoid the problem until the CPG code is updated.