coppermine-gallery.com/forum

Support => cpg1.6.x Support => cpg1.6 upgrading => Topic started by: AnnieHoney on January 04, 2025, 11:03:31 AM

Title: Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95
Post by: AnnieHoney on January 04, 2025, 11:03:31 AM
I'm getting several lines of these on index.php, not on other pages and only when I'm logged in
Title: Re: Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95
Post by: phill104 on January 05, 2025, 10:22:04 AM
Which version of CPG are you running
Title: Re: Constant E_STRICT is deprecated in ..include/debugger.inc.php on line 95
Post by: 406man on January 05, 2025, 06:05:42 PM
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.