SMF Support > YaBB/YaBB SE

[SMF Converter] Yabb 2.2

<< < (2/10) > >>

edsager:
Thank you!

edsager

SleePy:
My bad, those instances should of been .php. That is what I get for copy and pasting ;)
I fixed them.

TE:
the yaBB converter needs a configuration file from your old YaBB:
Paths.pl
the Paths.pl contains the variables for your data dirs..


--- Quote ---   $boardsdir = "./Boards";
   $sourcedir = "./Sources";
   $memberdir = "./Members";
   $vardir    = "./Variables";
--- End quote ---

I'll check my YaBB installation later this day, maybe I can post an example paths.pl

pikarl:
Hi TE,

thank you for this hint. I just try to convert my YaBB 2.2.1 to SMF, still with many errors. But I do not understand what exactly you mean: Should I copy those vars from Paths.pl into the yabb22_to_smf.php?

Another question: Is it suitable to use the current SMF version 1.1.8 as target for the conversion or should I use an older one?

pikarl:
I get the following error message in converting:


--- Code: ---Converting personal messages (part 1)... Unsuccessful!
This query:INSERT IGNORE INTO `raumcon`.smf114_pm_recipients
(ID_PM, ID_MEMBER, labels, is_read)
SELECT pm.ID_PM, mem.ID_MEMBER, -1 AS labels, 1 AS is_read
FROM `raumcon`.smf114_personal_messages AS pm
INNER JOIN `raumcon`.smf114_convert AS c ON (c.real_id = pm.ID_PM)
INNER JOIN `raumcon`.smf114_members AS mem ON (mem.memberName = c.temp)
WHERE c.type = 'personal_messages'
AND pm.deletedBySender = 1;Caused the error:
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
--- End code ---

I am trying to convert YaBB 2.2.1 to SMF 1.1.0 in this case. I got the same message when converting to SMF 1.1.4 or 1.1.8.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version