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

MrEricSir’s picture

Title: Does not work if installing fresh on 4.7.1 » User page shows "p" instead of private message links

I'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?

MrEricSir’s picture

This bug occurs in both the 4.7.0 version AND the cvs version of privatemsg. Yikes.

mjohnq3’s picture

There is a patch for this problem here:

http://drupal.org/node/46623

MrEricSir’s picture

Status: Active » Fixed

Thanks!

Ryanbach’s picture

Status: Fixed » Active

Please don't close because the error still happens in cvs and 4.7 and nothing got commited to the cvs repository, yet. ;)

revival’s picture

Agree 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...

Carlos Miranda Levy’s picture

Is that patch or the alternative .module file listed in http://drupal.org/node/46623 for 4.7, cvs or 4.6?

MrEricSir’s picture

It's for the CVS version of privatemsg.module

mindless’s picture

Status: Active » Closed (duplicate)

I'm collecting patches together plus fixing a couple more bugs. Also cleanup of issues to help encourage getting these fixes committed.