Private messages missing from phpBB import Issue Tools
issueid=21882 Thu 19th Apr '07 12:53pm
Member
Private messages missing from phpBB import

* Clean import
* Source - phpBB 2.0.22
* Target - vBulletin 3.5.8
* ImpEx 1.79

Some sent private messages are missing when importing from phpBB.

I noticed that ImpEx is importing sent private messages that we deleted. Maybe the missing sent private messages are ones that the recipient deleted.

In the database, I looked up some of the missing PMs in one account. I noticed that the missing PMs appear only once in the phpbb_privmsgs table with a privmsgs_type of 2.
Issue Details
Project ImpEx
Category Unknown
Status Working as Designed
Priority 10 - Lowest
Affected Version Unknown
Fixed Version (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Jerry
Tags (none)

Tue 24th Apr '07 3:06pm
ImpEx Developer
 
define('PRIVMSGS_SENT_MAIL', 2);

2 is sent mail, so it will be imported into the recipients inbox.
Reply
Reply