PDA

View Full Version : Private messages missing from phpBB import


jashan
Thu 19th Apr '07, 12:53pm
* 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.

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

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