We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
results in:
Please upgrade library "php-imap" to make HelpDeskZ compatible with PHP 8.1.
The text was updated successfully, but these errors were encountered: