Every time I try to send a message, I get two errors:
* user warning: Table 'beta.pm_message' doesn't exist query: INSERT INTO pm_message (mid, subject, author, body) VALUES (null, 'Test', 1, 'Test') in beta/modules/privatemsg/privatemsg.module on line 528.
* user warning: Table 'beta.pm_index' doesn't exist query: INSERT INTO pm_index (mid, thread_id, recipient, author, timestamp) VALUES (202399, 202399, 2, 1, 1215186029) in beta/modules/privatemsg/privatemsg.module on line 543.
When I look at the database in phpMyAdmin, neither of those tables exists. I installed the latest (4 Jul) release, so the "message_id" to "mid" has been fixed, but now it appears that the database tables aren't being created.
Comments
Comment #1
naheemsays commentedin privatemsg.install in the pm_index schema, I added the following (after the recipient section) to fix this:
Comment #2
litwol commentedjust commited
Comment #3
naheemsays commentedI think you committed that to the wrong branch (5--3 instead of 6--1)
Comment #4
litwol commentedare you checking out the code from repository or project tar ball?
Comment #5
naheemsays commentedLooking at the commits as listed here: http://drupal.org/project/cvs/3279 it is listed under the DRUPAL-5--3 branch.
I will check this our of CVS to see if that page is wrong.
Comment #6
naheemsays commentedI have just checked out branch DRUPAL-6--1 and that fix is not there either.
Comment #7
litwol commentedah crap... ok fixing now.
Comment #8
litwol commentedand now its fixed ^_^
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.