afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated #109

Open EHCanadian opened 7 months ago

EHCanadian commented 7 months ago

PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in \public_html\vendor\afterlogic\mailso\lib\MailSo\Base\Utils.php on line 174

Edit to resolve

 if(is_null($sEncoding)){$sEncoding = \mb_get_info('internal_encoding');};

 $sEncoding = \strtolower($sEncoding);

Webmail version: 9.7.7.build12-build-o3 PHP version: 8.3.2 x64

afterlogic-support commented 7 months ago

I have informed the developers on this. Thank you.