SMF Support > Converting to SMF
slashes in the messages and topics' names after conversion from fluxbb
(1/1)
emzeweb:
hi,
i've managed to get through the conversion process ok, but I have a problem :
each time there's a ' in the body (or title) of the message, the final display looks like \'
that's a problem
for information i've used the convert.php and fluxbb_to_smf.sql files found on this topic
if anyone can help, I'd be reaaaaaally glad !!
thanks in advance
emzeweb:
ok, problem solved.
in case you need it :
turn on php magic quotes in htaccess, then run queries in the db where needed :
UPDATE messages SET body = REPLACE(body,'\\','');
Navigation
[0] Message Index
Go to full version