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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.