I'm new to codoforum. I installed 4.8 and have updated, but I'm still having the same issue. I'm seeing errors on the front page like:
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/www/sbcforums/routes.php on line 9
I'm also getting error messages in the admin console under Plugins:
Notice: Trying to access array offset on value of type bool in /var/www/sbcforums/admin/modules/plugins/plugins.php on line 225
(this is repeated for different line numbers)
I've edited sites/default/constants.php with:
define('CODO_DEBUG', 0);
define('DISPLAY_ERRORS', 'OFF');
In my /etc/php/7.4/apache/php.ini I have display_errors = Off, display_startup_errors = Off and I have error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT.
I've tried editing the .htaccess in the site root and I'm still seeing the errors.
And I've tried clearing the cache, and restarting the webserver.
What do I need to do?