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

HelpDeskZ is not compatible with PHP 8.1, please upgrade library php-imap #68

Open cassiodoroVicinetti opened 1 year ago

cassiodoroVicinetti commented 1 year ago

Due to this change in PHP, library "php-imap" is not compatible with PHP 8.1 (function "EnsureResource" in file "Imap.php" throws an exception).

Consequently the mail fetcher component of HelpDeskZ does not work. For example, launching the following command:

sudo -u www-data php .../index.php imap_fetcher

results in:

InvalidArgumentException: Argument 1 passed to PhpImap\Imap::search must be a valid resource!

Please upgrade library "php-imap" to make HelpDeskZ compatible with PHP 8.1.