News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[SMF Converter] phpBB3

Started by JayBachatero, January 23, 2008, 04:49:39 AM

Previous topic - Next topic

JayBachatero

I would need to look into it but it would over complicate the conversion.  2.0 will not have sub categories.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

mihir

if it is possible could you please look into it

thanks in advance

mihir


Amacythe

Please be patient.  Try to understand that there are others on our forum who require the help of our volunteers.

mihir


zorani

Hello,

  I've tried converting from phpbb3 to smf but I got some errors.
  Here's the converison output


Converting ranks... Successful.
Converting groups... Successful.
Converting members...Incorrect integer value: '' for column 'ID_GROUP' at row 1


Many thanks in advance.


JayBachatero

A quick fix.  In the .sql file.
Code (find) Select

unset($row['signature_uid']);

Code (add after) Select

$row['ID_GROUP'] = (int) $row['ID_GROUP'];
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

zorani

Yeah, that did the trick !!!  :D

Thank you very much Jay.

Regards,

Zoran

^Cientista^

Tankyou for the converter.

At converting it gave me this error:


Converting poll votes...Duplicate entry '141-1-1' for key 1


I opened the new smf and the posts are okay. but i can't login.
Yes ! I have changed the LogInOut.php...

Can you help me ?!?
Tanks in advance..

JayBachatero

I'll look into the polls issue.  Can to you upload the LogInOut.php file?
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

^Cientista^

yes i have uploaded it.

But i have repaired now that i only have 1 user in the smf.

The converter have stoped in the midle.
I have all the posts but only one user.

^Cientista^

it might be because the polls problem...

JayBachatero

Is it possible for me to get FTP info so that I can debug this issue?
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

^Cientista^


mihir

Jay did you look into the conversion for the issue which i had asked you for???

JayBachatero

Quote from: mihir on February 07, 2008, 12:04:30 PM
Jay did you look into the conversion for the issue which i had asked you for???
The childboard issue is not top priority for me right now.  I'll look into it when ever I get a chance.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Taratibo

Battling with this error, even if I only select "personal messages" it runs everything

Converting personal messages (step 1)... Successful.
Converting personal messages (step 2)...Duplicate entry '565-124' for key 1

JayBachatero

Damn I uploaded the wrong converter :(.  The selective conversion is not done yet.

Edit the .sql file.  Find
---* {$to_prefix}personal_messages
---{

Add after $ignore = true;
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Taratibo

Here is the original  LogInOut.php

JayBachatero

Here you go.  You missed a big chunk of code.
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Advertisement: