Skip to content
New issue

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

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

Open
EHCanadian opened this issue Apr 9, 2024 · 1 comment

Comments

@EHCanadian
Copy link

EHCanadian commented Apr 9, 2024

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
Copy link
Member

I have informed the developers on this. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants