Squirrel Mail Warnings
Receiving these warnings in my logs and was wondering if anyone knows how to resolve them?
[QUOTE]PHP Warning: mkdir(): File exists in
/usr/local/cpanel/base/3rdparty/squirrelmail/config/config_local.php on line 8
PHP Warning: mkdir(): File exists in
/usr/local/cpanel/base/3rdparty/squirrelmail/config/config_local.php on line 11
Here are both lines of code in the config_local.php file:
Here are both lines of code in the config_local.php file:
$pw = posix_getpwuid(posix_getuid());
$data_dir = $pw["dir"> . '/.sqmaildata';
[COLOR="#FF0000">mkdir($data_dir,0700);
$attachment_dir = $pw["dir"> . '/.sqmailattach';
[COLOR="#FF0000">mkdir($attachment_dir,0700);-
Hello :) This is addressed in cPanel version 11.44 per internal case number 99281: Fixed case 99281: Eliminate log warnings created by new Squirrelmail users. cPanel version 11.44 is currently published to the Release, Current, and Edge build tiers. Note that you can safely ignore those warning in the meantime, as it's simply a failed attempt to create a directory that already exists. Thank you. 0 -
Thanks, any idea on the timeline for it to be release to the stable build tier? 0 -
[quote="basshook, post: 1667832">Thanks, any idea on the timeline for it to be release to the stable build tier?
There is currently no exact date available, but you can review the release process at: cPanel & WHM Product Versions and the Release Process Thank you.0
Please sign in to leave a comment.
Comments
3 comments