Deprecated : __autoload() is deprecated, use spl_autoload_register() instead in /home/vol16_1/epizy.com/epiz_29047770/htdocs/include/function.php on line 37
Deprecated : Function get_magic_quotes_gpc() is deprecated in /home/vol16_1/epizy.com/epiz_29047770/htdocs/include/database.php on line 14
Other Information
(other information and details relevant to your question)
Yes, I changed my php version from 7.2 to 5.6, I waited 60 seconds for it fully work but after minutes of waiting it still show the error.
Please note that this is not an error message. It’s a deprecation notice, it only tells you that some of the PHP functions will be removed in a future version. On a good site, it shouldn’t break anything.
If you see this message on your website and want to get rid of it, simply disable display_errors in the Alter PHP Options menu in the control panel (which you should do on live sites anyways).
Downgrading to an older PHP version is definitely not the way to deal with deprecation notices. Instead, you should stay on PHP 7.4 and update your website so it doesn’t use the old functions anymore.