afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server

Home Page:https://afterlogic.org/webmail-lite-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

EHCanadian opened this issue · comments

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

I have informed the developers on this. Thank you.