On some server configurations, Mailster isn’t able to write to the file system. You have to change the file permission for WordPress or force WordPress to use the direct method by adding this line to your wp-config.php:

define( 'FS_METHOD', 'direct' );

The error message can be closed (dismissed) after you have added this line. It won’t show up again if everything is fine.