Closed (duplicate)
Project:
Privatemsg
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2006 at 20:32 UTC
Updated:
6 Jun 2006 at 17:58 UTC
Did not work for me.
I created the tables.
Uploaded the files with the privatemsg.install included.
Activated the module, configured the settings, etc.
But in the user's profile this is what is included (I'm copying the code generated from the view/source page) in the user's profile page...
<h2 class="title">Private messages</h2>
<dl><dt class="p">p</dt><dd class="p">p</dd></dl>I tested both version 4.7 and CVS, on a fresh multsite 4.7.1 installation
Comments
Comment #1
MrEricSir commentedI'm having the same problem. I believe I've narrowed the issue down to this line of code in privatemsg_user()
return array(t('Private messages') => array('privatemsg' => l(t('send private message'), 'privatemsg/msgto/'. $user->uid)));Anyone know why it doesn't work?
Comment #2
MrEricSir commentedThis bug occurs in both the 4.7.0 version AND the cvs version of privatemsg. Yikes.
Comment #3
mjohnq3 commentedThere is a patch for this problem here:
http://drupal.org/node/46623
Comment #4
MrEricSir commentedThanks!
Comment #5
Ryanbach commentedPlease don't close because the error still happens in cvs and 4.7 and nothing got commited to the cvs repository, yet. ;)
Comment #6
revival commentedAgree with that.
But someone really does need to commit some of these fixes, otherwise we're going to be duplicating errors with all the associated time and effort...
Comment #7
Carlos Miranda Levy commentedIs that patch or the alternative .module file listed in http://drupal.org/node/46623 for 4.7, cvs or 4.6?
Comment #8
MrEricSir commentedIt's for the CVS version of privatemsg.module
Comment #9
mindless commentedI'm collecting patches together plus fixing a couple more bugs. Also cleanup of issues to help encourage getting these fixes committed.