Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 11:22 UTC
Updated:
10 May 2009 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirOh, I assume I introduced that when I re-rolled the block multiple patch..
Please try the attached patch and report if it works.
Comment #2
dicreat commentedNo, patch don't work for me.
Comment #3
berdirHm, it would help if I would actually test my patches :)
Try the updated patch, this also removes a unecessary part in pm_send_validate().
Comment #4
dicreat commentedNow works fine, thanks!
Comment #5
dicreat commentedAfter updating to latest dev-version at 2009-Apr-24, I still have this error: Unsupported operand types in privatemsg.module on line 1277
When I apply patch above, error gone away.
Then I start testing Notifications module 6.x-2.0-beta5 at 2009-Apr-24 with privatemsg and if I try to send notification via Privatemsg, I have this error:
Unsupported operand types in /sites/all/modules/privatemsg/privatemsg.module on line 1161
(after applying patch above error happen at line 1158)
Comment #6
berdir- This is just a patch, this has not been fixed yet.
- Messaging needs to be updated because of a change in privatemsg, integration is currently broken. Remember, this is a -dev release ;)
Comment #7
liam mcdermott commentedThis is working for me, code looks good, ready to commit.
Also, marking #445508: Returning blocked messages to hook_privatemsg_block_message() causes fatal error as a duplicate.
Comment #8
litwol commentedthanks.