Forums

Deprecated get_magic_quotes_gpc() in /libraries/cegcore2/gcloader.php with php 8

GFCOM 15 Jul, 2021
Hi,
if I try to use php 8, I got the following error :
Deprecated: Function get_magic_quotes_gpc() is deprecated in /libraries/cegcore2/gcloader.php on line 63
I saw in this topic that it should be fixed, but it's not fixed for me.

I tried to use the latest cegcore2 libraries, downloaded from the download section, but the error is still present.

Thanks !

Regards
GreyHead 16 Jul, 2021
HI GFCOM,

Technically that is a warning, not an error (that is to say it will be an error in a future PHP release). You should be able to turn off Site Error Reporting to hide this.

Bob
You need to login to be able to post a reply.