Open the in backend the component for private messages. Components | Messaging | New private message and create a message. Fill a correct user name into the field Recipient or fill in a possible id into the field Recipient.
I can choose a user than seeing a 0 in the field recipient and when click send the message is send.
If you insert an id or if you insert an user name an error occurs.
I tested on a local machine on ubuntu with the current branch 4.0-dev
Do we really need the component messaging?
Labels |
Added:
?
|
Category | ⇒ | com_messages |
Status | New | ⇒ | Confirmed |
Concerning Recipient field and 0 instead of user selection. Similiar reason as described here for Parent Item in com_menus
#18633 (comment)
Change line https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/components/com_messages/forms/message.xml#L6
to
type="UserMessages"
and you'll see the user selection.
I cannot replicate this with the current staging - can you recheck as it looks like it has been resolved elsewhere
@brianteeman
Did you test it with Mamp or Xampp or similiar or with a "real" Linux/LAMP environment?
See also #18633 (comment) and following discussion
@brianteeman I can replicate this issue.
OS-Linux
Xampp
PHP-7.1
Title |
|
Labels |
Added:
?
|
I added the RFC label, because I wonder if we really need the component messaging in Joomla! 4 or if we can remove it?
It is essential if we want to have any sort of workflow
Labels |
Added:
J4 Issue
|
Closed as the reported bug has been resolved
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-22 21:40:24 |
Closed_By | ⇒ | brianteeman |
@astridx Issue Confirmed.
Error
500 Could not instantiate mail function.
One question, Is recipient field takes both
ID
andUsername
?