Hello,

I downloaded the module, downloaded and extracted the growl plugin into pmgrowl/jgrowl, enabled module, ran update.php, flushed cache and ran cron. I am getting the below user warning on all pages (multiple times on messages page) and also the pmgrowl messages are not showing.

user warning: Unknown column 'pmi.uid' in 'where clause' query: SELECT pmi.thread_id, pmi.mid, pm.subject, pm.body, pm.format FROM pm_index pmi INNER JOIN pm_message pm ON (pmi.mid = pm.mid) WHERE (pmi.uid = 1) AND (pmi.is_new = 1) AND (pmi.deleted = 0) AND (pmi.mid NOT IN (SELECT mid FROM pmgrowl_close WHERE uid = 1 AND closed = 1)) in /srv/www/example.com/public_html/sites/all/modules/pmgrowl/pmgrowl.module on line 148.

I would really like to use this module and hope the issue can be looked into.
privatemsg-6.x-2.x-dev (2010-Apr-29)
6.x-1.x-dev (2010-Mar-02)

Please let me know if I can help provide more details.

Thank you!

Comments

Berdir’s picture

Status: Active » Postponed

You are using the roles patch, pmgrowl is not yet compatible with that.

I will work on this once the roles patch is commited.

FooZee’s picture

I'm having the same problem just out of the box, The module seems a great idea for me, however, when I enable it all what I get is multiple times of the error! where is this role patch ?? ... is this bug abandoned ??
p.s: same error appears in both alpha and -dev release, please help

Berdir’s picture

Title: user warning shown / pmgrowl messages not showing » Incompatible with privatemsg 6.x-2.x-dev
Status: Postponed » Active

That is because the roles patch has been applied and the module isn't compatible with that version anymore.

I'll start working on a patch soon.

FooZee’s picture

thanks Brtdir, I'm waiting :)

fugazi’s picture

subscribe

Majdi’s picture

subscribe

Berdir’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Active » Fixed

I've started a 6.x-2.x branch for compatibility with Privatemsg 6.x-2.x. A development snapshot should be published soon.

fugazi’s picture

#7 oh this is wonderful, I'm looking forward to going to test it immediately. many thanks

fugazi’s picture

it works just fine, only one question I still can add the name of the user and avatar yet. no one knows who has sent the PM. Sorry for my english worst. And many thanks for the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.