helpdesk-z / helpdeskz-dev

HelpDeskZ is a free PHP based software which allows you to manage your site's support with a web-based support ticket system.
http://www.helpdeskz.com/
GNU General Public License v2.0
83 stars 64 forks source link

Does not work on PHP 8.1 #61

Closed saosangmo closed 2 years ago

saosangmo commented 2 years ago

I get many errors when I run HD2 on PHP 8.1.

Deprecated: filter_var(): Passing null to parameter #3 ($options) of type array|int is deprecated in hdz/framework/HTTP/RequestTrait.php on line 338

Constant FILTER_SANITIZE_STRING is deprecated ...

saosangmo commented 2 years ago

I have upgraded CI 4.1.9 to resolve this issue.