News:

Wondering if this will always be free?  See why free is better.

Main Menu

Converting personal messages (step 2)... Unsuccessful!

Started by nodent, August 29, 2008, 02:06:51 PM

Previous topic - Next topic

nodent

Hello all,

Converting PHPBB3 ( 3.0.2 ) to SMF

I've tried several time now and ran into this error.

"Converting personal messages (step 2)... Unsuccessful!"

INSERT INTO `noden1_forum`.smf_pm_recipients
(ID_PM, ID_MEMBER, labels, is_read, deleted)
VALUES ('47622', '7646', '-1', '1', '0'),
('49954', '4', '-1', '1', '0'),
................................................................... then

Caused the error:

Duplicate entry '50098-7599' for key 1



I tried to UNCHECK the box to not convert it but it appears the check boxes don't work properly.

I did a quick forum search and cam up blank

ThorstenE

edit the phpbb3_to_smf.sql

find:

---* {$to_prefix}personal_messages


replace it with:

---* {$to_prefix}personal_messages
---{
$ignore = true;
---}


nodent

Thank you, that did the trick.
It completed

Now I get this error when accessing the forum,  BUT not all the time.

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.


:(

ThorstenE

Quote from: nodent on August 29, 2008, 03:21:49 PM
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Maybe the server is temporary overloaded? Have you installed any modifications?

Advertisement: