Closed (fixed)
Project:
Private Message
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Oct 2017 at 22:01 UTC
Updated:
28 Apr 2018 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idiaz.ronceroSame here.
Comment #3
idiaz.ronceroHi there;
I solved this issue on my project. I was working on local with PHP 5.6 and switching to PHP^7.1 solved the issue.
I guess some of the code won't work with previous versions of PHP and it won't fail also, leaving you with a silent error.
Maybe the project maintainer should update the docs to reflect the minimum PHP version required.
Comment #4
sershevchykI used PHP v.7.1.14 and I have the same issue
Comment #5
sershevchykI think what found a bug when link generated, for recipient now used entity id, but we need use entity owner id
Comment #6
sershevchykComment #7
jaypanComment #8
jaypanShefarik - Thanks for your patch. I have also applied the fix to comments, which would had the same bug incorporated into them.
The module is compatible with PHP 5.6, the minimum requirement for Drupal 8. It was a bug in the code, not a PHP version conflict. The diagnosis of upgrading to PHP 7 was incorrect.