User Managment Module - error sending email

Upgraded this week to v10.13.66-20, but getting an error when I try to send an email to a selected user "Undefined index: directory File:/var/www/html/admin/modules/userman/Userman.class.php:2849 Line in question is

$usettings = $this->getAuthAllPermissions($request[‘directory’]);

We are experiencing exactly the same issue too. How can we fix this?

Knowing what I do about PHP, I’m going to guess that the “directory” setting for the user you are trying to send the mail to isn’t set. Unfortunately, I don’t have time to dig in much deeper than that right now. Check your user settings in Userman for the person you aretrying to send mail to and see if you can find something that looks like a place to start.

It may also be a nascent bug, so if no one else offers any suggestions, you might put in a ticket.

This is already fixed in edge.

1 Like