News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.