Closed (duplicate)
Project:
Privatemsg
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2006 at 18:34 UTC
Updated:
6 Jun 2006 at 18:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
Ayman commentedComment #2
laura s commentedJust an FYI, I applied this patch and it fixed the problem on a site under development. Hope this can be committed soon, as the bug makes the user profile links inaccessible.
Comment #3
cagg commentedWell, it still didn't work for me. First of all, when I try to send a message I get a warning box "warning: Attempt to assign property of non-object in .../privatemsg.module on line 269."
I also tried sending myself a test message (and filled in the name manually) and got a php script error "Fatal error: Call to undefined function: array2object() in .../privatemsg.module on line 484"
Comment #4
Ayman commentedcagg,
For the warning see:
http://drupal.org/node/40626
And for the error:
http://drupal.org/node/47918
Your issues aren't related to this patch.
Comment #5
satori1984 commented+1
I've attached a patched privatemsg.module which addresses both this issue and the one stated at http://drupal.org/node/40626. The error mentioned at http://drupal.org/node/47918 is already committed to HEAD.
Please commit ASAP!
Peace
Comment #6
Ayman commentedThe patch at issue #47918 needs to be committed to the 4.7 branch as well.
Comment #7
mindless commentedAnother request to have this committed.. thanks.
Comment #8
mindless commentedI'm collecting together patches and fixing a couple more bugs. Also cleaning up issues to encourage getting these fixes committed. I'm closing this one in favor of 46623 because that one defines the 'class' for the links (send-message or need-login).