Closed (won't fix)
Project:
Privatemsg
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2006 at 19:19 UTC
Updated:
11 Feb 2007 at 16:39 UTC
When enableing the Privatemsg module, Drupal does not create the database tables needed, but rather thinks they are there and tries to update them. I extracted the needed CREATE's from the privatemsg.install and made a privatemsg.mysql which works for me (no guarantee it will work for others, but if you don't have any prefix for your tables it probably will work by showing the tables into the database before enabling the module.
| Comment | File | Size | Author |
|---|---|---|---|
| privatemsg.mysql | 1.26 KB | d3x |
Comments
Comment #1
mindless commentedcan anyone reproduce this? why wouldn't privatemsg.install be used?
please post more detail (drupal/privatemsg/mysql/php versions, reproducible from new install?)
Comment #2
Chill35 commentedI am able to reproduce this.
I have reproduced this three times : http://drupal.org/node/109206
The only way to re-install for a newbie is to :
- make a fresh Drupal install
- install the module in that separate installation the
- copy the 3 tables over to ....
- your target Drupal install (where you had disable and deleted the tables...)
Comment #3
mindless commentedsee my explanation in the node linked above.