Constant FILTER_SANITIZE_STRING is deprecated in August 24, 2023, 12:30:52 AM Hi,I need assistance here.I have PHP 8.2.4 in my Xampp. I'm using an existing database that is located in SQL Server. I'm trying to preview the page by clicking the Preview button, but it gives Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in C:\xampp\htdocs\assetregistry\system\BaseController.php on line 232. I know that it is not advisable to edit BaseController.php.What should I do? Quote Selected
Re: Constant FILTER_SANITIZE_STRING is deprecated in Reply #1 – August 24, 2023, 03:04:29 PM Switch to PHP 7.4 or you can ignore it for now, for PHP 8.2.4. Because when you publish to production, the warnings will not be displayed. Quote Selected Last Edit: August 24, 2023, 03:06:07 PM by willvin