Closed (won't fix)
Project:
Privatemsg
Version:
5.x-3.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2008 at 20:01 UTC
Updated:
25 May 2010 at 08:45 UTC
I need to edit some display string in invite.module, such as the hints of invite form
after edited some of them, i got
user warning: Unknown column 'i.mid' in 'field list' query: SELECT i.mid, i.email FROM invite i INNER JOIN users u ON u.uid = i.mid AND u.status = 1 WHERE i.uid = 4 AND i.timestamp != 0 AND i.received = 0 in /home/happy84/public_html/shangxiapu/includes/database.mysql.inc on line 174.
The worst problem is, when i restore the original invite.module from 5.x 3.0, restore the db, the error msg still exists, how to take me back to the start?
Any one help?
BTW, how to edit these display strings fluently, except the solution of translating them in locale module?
Thanks
Comments
Comment #1
litwol commentedare you using drupal 5 version or the HEAD version of the module ?
Comment #2
berdirI'm closing old issues since Privatemsg for Drupal 5 is not maintained anymore. I suggest you switch to Drupal 6 if possible, many of the reported issues are probably already resolved there and if not, you're welcome to open a new issue.