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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.