Error after upgrade to PHP 8.4 Error after upgrade to PHP 8.4
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Error after upgrade to PHP 8.4

Started by panhead, July 16, 2025, 04:35:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

panhead

After upgrading to PHP 8.4 I get this error when uploading and displaying images:

Deprecated: Constant E_STRICT is deprecated in /home/deb/domains/xxx.net/public_html/dir/coppermine/include/debugger.inc.php on line 95
Is there a workaround for this?

ron4mac

You may safely remove that line in that file ...

panhead