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.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 2 Guests 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.